Searched refs:add_dso (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | inject-buildid.c | 78 static int add_dso(const char *fpath, const struct stat *sb __maybe_unused, in add_dso() function 112 if (nftw("/usr/lib/", add_dso, 10, FTW_PHYS) < 0) in collect_dso()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | inject-buildid.c | 79 static int add_dso(const char *fpath, const struct stat *sb __maybe_unused, in add_dso() function 113 if (nftw("/usr/lib/", add_dso, 10, FTW_PHYS) < 0) in collect_dso()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-c2c.c | 2599 bool add_dso = false; in build_cl_output() local 2614 add_dso = true; in build_cl_output() 2617 add_dso = true; in build_cl_output() 2642 add_dso ? "dso," : "", in build_cl_output()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-c2c.c | 2914 bool add_dso = false; in build_cl_output() local 2929 add_dso = true; in build_cl_output() 2932 add_dso = true; in build_cl_output() 2962 add_dso ? "dso," : "", in build_cl_output()
|
Completed in 10 milliseconds