Home
last modified time | relevance | path

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

/tools/perf/bench/
Dinject-buildid.c79 int typeflag, struct FTW *ftwbuf __maybe_unused) in add_dso() argument
84 if (typeflag == FTW_D || typeflag == FTW_SL) in add_dso()
/tools/bpf/bpftool/
Dcgroup.c243 int typeflag, struct FTW *ftw) in do_show_tree_fn() argument
249 if (typeflag != FTW_D) in do_show_tree_fn()
Dcommon.c403 int typeflag, struct FTW *ftwbuf) in do_build_table_cb() argument
411 if (typeflag != FTW_F) in do_build_table_cb()
/tools/perf/pmu-events/
Djevents.c1028 int typeflag, struct FTW *ftwbuf) in preprocess_arch_std_files() argument
1031 int is_file = typeflag == FTW_F; in preprocess_arch_std_files()
1040 int typeflag, struct FTW *ftwbuf) in process_one_file() argument
1043 int is_dir = typeflag == FTW_D; in process_one_file()
1044 int is_file = typeflag == FTW_F; in process_one_file()
/tools/perf/util/
Dcgroup.c209 int typeflag, struct FTW *ftwbuf __maybe_unused) in add_cgroup_name() argument
213 if (typeflag != FTW_D) in add_cgroup_name()