Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/kunit/
Dkunit_tool_test.py101 log_path = get_absolute_path(
103 file = open(log_path)
114 log_path = get_absolute_path(
116 with open(log_path) as file:
/kernel/liteos_m/tools/
Dmem_analysis.py293 def parse_log(log_path): argument
294 with open(log_path, "r") as log_fd:
/kernel/linux/build/
Dkernel_build.py360 log_path = os.getcwd()
362 log_file = os.path.join(log_path, 'kernel_build_test.log')
/kernel/linux/linux-5.10/tools/perf/Documentation/
DBuild.txt62 $ ASAN_OPTIONS=log_path=asan.log ./perf record -a
/kernel/linux/linux-5.10/fs/btrfs/
Dtree-log.c2244 struct btrfs_path *log_path, in check_item_in_log() argument
2279 log_di = btrfs_lookup_dir_item(trans, log, log_path, in check_item_in_log()
2284 log_path, in check_item_in_log()
2292 btrfs_release_path(log_path); in check_item_in_log()
2330 btrfs_release_path(log_path); in check_item_in_log()
2339 btrfs_release_path(log_path); in check_item_in_log()
2350 struct btrfs_path *log_path; in replay_xattr_deletes() local
2355 log_path = btrfs_alloc_path(); in replay_xattr_deletes()
2356 if (!log_path) in replay_xattr_deletes()
2398 log_di = btrfs_lookup_xattr(NULL, log, log_path, ino, in replay_xattr_deletes()
[all …]