Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/kunit/
H A Dkunit_tool_test.py101 log_path = test_data_path('test_output_isolated_correctly.log')
102 with open(log_path) as file:
112 log_path = test_data_path('test_pound_sign.log')
113 with open(log_path) as file:
/linux-6.15/fs/btrfs/
H A Dtree-log.c2148 btrfs_release_path(log_path); in check_item_in_log()
2168 btrfs_release_path(log_path); in check_item_in_log()
2182 struct btrfs_path *log_path; in replay_xattr_deletes() local
2187 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2188 if (!log_path) in replay_xattr_deletes()
2267 btrfs_free_path(log_path); in replay_xattr_deletes()
2294 struct btrfs_path *log_path; in replay_dir_deletes() local
2300 if (!log_path) in replay_dir_deletes()
2309 btrfs_free_path(log_path); in replay_dir_deletes()
2355 log_path, dir, in replay_dir_deletes()
[all …]
/linux-6.15/tools/perf/Documentation/
H A DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a