Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/testing/kunit/
Dkunit_tool_test.py105 log_path = test_data_path('test_output_isolated_correctly.log')
106 with open(log_path) as file:
116 log_path = test_data_path('test_pound_sign.log')
117 with open(log_path) as file:
/Linux-v5.15/tools/perf/Documentation/
DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
/Linux-v5.15/fs/btrfs/
Dtree-log.c2257 struct btrfs_path *log_path, in check_item_in_log() argument
2292 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
2297 log_path, in check_item_in_log()
2305 btrfs_release_path(log_path); in check_item_in_log()
2343 btrfs_release_path(log_path); in check_item_in_log()
2352 btrfs_release_path(log_path); in check_item_in_log()
2363 struct btrfs_path *log_path; in replay_xattr_deletes() local
2368 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2369 if (!log_path) in replay_xattr_deletes()
2411 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
[all …]