Home
last modified time | relevance | path

Searched refs:debugfs_path (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/build/make/tools/releasetools/
H A Dapex_utils.py66 self.debugfs_path = os.path.join(
113 if not os.path.exists(self.debugfs_path):
116 "Path {} does not exist. ".format(self.debugfs_path) +
124 extract_cmd = ['deapexer', '--debugfs_path', self.debugfs_path,
428 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
435 common.RunAndCheckOutput(['deapexer', '--debugfs_path', debugfs_path,
498 debugfs_path = os.path.join(OPTIONS.search_path, 'bin', 'debugfs_static')
499 cmd = ['deapexer', '--debugfs_path', debugfs_path,
574 debugfs_path = "debugfs"
576 debugfs_path = os.path.join(OPTIONS.search_path, "bin", "debugfs_static")
[all …]
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_gpu_abrt20 debugfs_path=/debug_dri
24 debugfs_path=/sys/kernel/debug/dri
28 for dir in `ls $debugfs_path` ; do
29 if [ -f $debugfs_path/$dir/i915_error_state ] ; then
30 i915_debugfs=$debugfs_path/$dir
/aosp_15_r20/build/bazel/rules/
H A Dstaging_dir_builder_test.sh28 debugfs_path="${RUNFILES_DIR}/__main__/external/e2fsprogs/debugfs/bin/debugfs"
114 …${avb_tool_path}:${e2fsdroid_path}:${mke2fs_path}:${resize2fs_path}:${debugfs_path}:${soong_zip_pa…
134 "${deapexer_tool_path}" --debugfs_path="${debugfs_path}/debugfs" --fsckerofs_path="${fsckerofs_path…
/aosp_15_r20/external/bcc/tools/
H A Dcriticalstat.py50 debugfs_path = subprocess.Popen ("cat /proc/mounts | grep -w debugfs" + variable
55 if debugfs_path == "":
59 trace_path = debugfs_path + b"/tracing/events/preemptirq/";
/aosp_15_r20/external/igt-gpu-tools/overlay/
H A Ddebugfs.c33 char debugfs_path[128]; variable
57 strcpy(debugfs_path, path); in debugfs_init()
H A Ddebugfs.h28 extern char debugfs_path[128];
H A Dgpu-perf.c141 debugfs_path, tp->name); in tracepoint_id()
/aosp_15_r20/build/bazel/tests/apex/
H A Dapex_diff_test.bzl19 …cmd = "$(location //system/apex/tools:deapexer) --debugfs_path=$(location //external/e2fsprogs/deb…
30 …cmd = "$(location //system/apex/tools:deapexer) --debugfs_path=$(location //external/e2fsprogs/deb…
H A Dapks_binary_arches.py43 args.debugfs_path,
/aosp_15_r20/external/libdrm/tests/amdgpu/
H A Dras_tests.c532 static char debugfs_path[PATH_SIZE]; variable
540 snprintf(debugfs_path, PATH_SIZE, "/sys/kernel/debug/dri/%d/ras/", devices[card].id); in set_test_card()
555 return debugfs_path; in get_ras_debugfs_root()
H A Dbasic_tests.c2497 char debugfs_path[256], tmp[10]; in amdgpu_gpu_reset_test() local
2509 sprintf(debugfs_path, "/sys/kernel/debug/dri/%d/amdgpu_gpu_recover", minor(sbuf.st_rdev)); in amdgpu_gpu_reset_test()
2510 fd = open(debugfs_path, O_RDONLY); in amdgpu_gpu_reset_test()
/aosp_15_r20/external/blktrace/
H A Dblktrace.c286 static char *debugfs_path = "/sys/kernel/debug"; variable
1119 snprintf(fn, sizeof(fn), "%s/block/%s/dropped", debugfs_path, in get_drops()
1672 debugfs_path, dpp->buts_name, tp->cpu); in open_ios()
2156 debugfs_path = optarg; in handle_args()
2230 if (statfs(debugfs_path, &st) < 0) { in handle_args()
2232 debugfs_path, errno, strerror(errno)); in handle_args()
2237 fprintf(stderr, "Debugfs is not mounted at %s\n", debugfs_path); in handle_args()
/aosp_15_r20/build/soong/scripts/
H A Dunpack-prebuilt-apex.sh37 $DEAPEXER_PATH --debugfs_path $DEBUGFS_PATH \
H A Dlist_image.sh12 if [[ "${1:-}" =~ --debugfs_path=(.*) ]]; then
/aosp_15_r20/packages/modules/Virtualization/build/apex/
Dsign_virt_apex_test.sh29 deapexer --debugfs_path $DEBUGFS --fsckerofs_path $FSCKEROFS \
/aosp_15_r20/frameworks/native/cmds/atrace/
H A Datrace.cpp1123 static const std::string debugfs_path = "/sys/kernel/debug/tracing/"; in findTraceFiles() local
1128 bool debugfs = access((debugfs_path + trace_file).c_str(), F_OK) != -1; in findTraceFiles()
1138 g_traceFolder = debugfs_path; in findTraceFiles()
/aosp_15_r20/build/bazel/rules/partitions/diff/
H A Dpartition_inspector.py71 print(tree(args.debugfs_path, args.image))
/aosp_15_r20/system/apex/tools/
H A Ddeapexer.py151 self._debugfs = args.debugfs_path
493 if args.cmd in debugfs_required_for_cmd and not args.debugfs_path:
/aosp_15_r20/art/tools/
H A Dbuildbot-sync.sh108 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $ANDROID_HOST_OUT/bin/debugfs_static \
H A Dbuildbot-build.sh235 $ANDROID_HOST_OUT/bin/deapexer --debugfs_path $debugfs --fsckerofs_path $fsckerofs \
/aosp_15_r20/build/soong/tests/
H A Dsbom_test.sh272 …<($deapexer --debugfs_path=$debugfs list --extents ${apex_file} | sed -E 's#(.*) \[.*\]$#\1#' | gr…
/aosp_15_r20/art/build/apex/
H A Dart_apex_test.py67 def extract_apex(apex_path, deapexer_path, debugfs_path, fsckerofs_path, argument
73 subprocess.check_call([deapexer_path, '--debugfs', debugfs_path,
H A DAndroid.bp470 "--debugfs_path $(location debugfs) " +
/aosp_15_r20/out/soong/raw-aosp_shiba/1b/
D1b5ede124bc7a063875695db076e565e57ea577f151 …command: "__SBOX_SANDBOX_DIR__/tools/out/bin/deapexer --debugfs_path __SBOX_SANDBOX_DIR__/tools/ou…
/aosp_15_r20/build/bazel/rules/apex/
H A Dapex_aab.bzl212 args.add_all(["--debugfs_path", ctx.executable._debugfs.path])

12