Searched refs:perf_exe (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | util.h | 53 char *perf_exe(char *buf, int len);
|
H A D | util.c | 410 char *perf_exe(char *buf, int len) in perf_exe() function
|
H A D | header.c | 46 #include "util/util.h" // perf_exe() 549 buf = perf_exe(pbuf, MAXPATHLEN); in write_cmdline()
|
H A D | annotate.c | 1726 perf_exe(tpath, sizeof(tpath)); in symbol__disassemble_bpf()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | res_sample.c | 10 #include "../../util/util.h" // perf_exe() 39 const char *perf = perf_exe(pbuf, sizeof pbuf); in res_sample_browse()
|
H A D | scripts.c | 4 #include "../../util/util.h" // perf_exe() 93 const char *perf = perf_exe(pbuf, sizeof pbuf); in list_scripts()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | symbols.c | 49 perf_exe(filename, max_sz); in get_test_dso_filename()
|
H A D | dlfilter-test.c | 229 perf_exe(perf, sizeof(perf)); in get_dlfilters_path() 414 perf_exe(td.perf, sizeof(td.perf)); in test__dlfilter_ver()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | res_sample.c | 10 #include "../../util/util.h" // perf_exe() 39 const char *perf = perf_exe(pbuf, sizeof pbuf); in res_sample_browse()
|
H A D | scripts.c | 4 #include "../../util/util.h" // perf_exe() 93 const char *perf = perf_exe(pbuf, sizeof pbuf); in list_scripts()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | util.h | 64 char *perf_exe(char *buf, int len);
|
H A D | util.c | 446 char *perf_exe(char *buf, int len) in perf_exe() function
|
H A D | header.c | 51 #include "util/util.h" // perf_exe() 563 buf = perf_exe(pbuf, MAXPATHLEN); in write_cmdline()
|
H A D | annotate.c | 1846 perf_exe(tpath, sizeof(tpath)); in symbol__disassemble_bpf()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 1497 perf_exe(path, sizeof(path)); in alloc_perf_exe_path()
|
Completed in 24 milliseconds