Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/Documentation/
DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
/Linux-v6.1/tools/testing/kunit/
Dkunit_tool_test.py93 log_path = test_data_path('test_output_isolated_correctly.log')
94 with open(log_path) as file:
104 log_path = test_data_path('test_pound_sign.log')
105 with open(log_path) as file:
/Linux-v6.1/fs/btrfs/
Dtree-log.c2137 struct btrfs_path *log_path, in check_item_in_log() argument
2174 log_di = btrfs_lookup_dir_index_item(trans, log, log_path, in check_item_in_log()
2190 btrfs_release_path(log_path); in check_item_in_log()
2211 btrfs_release_path(log_path); in check_item_in_log()
2224 struct btrfs_path *log_path; in replay_xattr_deletes() local
2229 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2230 if (!log_path) in replay_xattr_deletes()
2272 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
2274 btrfs_release_path(log_path); in replay_xattr_deletes()
2309 btrfs_free_path(log_path); in replay_xattr_deletes()
[all …]