Searched refs:perf_exe (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | util.h | 56 char *perf_exe(char *buf, int len);
|
A D | util.c | 444 char *perf_exe(char *buf, int len) in perf_exe() function
|
A D | annotate.c | 1756 perf_exe(tpath, sizeof(tpath)); in symbol__disassemble_bpf()
|
A D | header.c | 560 buf = perf_exe(pbuf, MAXPATHLEN); in write_cmdline()
|
/linux-6.3-rc2/tools/perf/ui/browsers/ |
A D | res_sample.c | 39 const char *perf = perf_exe(pbuf, sizeof pbuf); in res_sample_browse()
|
A D | scripts.c | 93 const char *perf = perf_exe(pbuf, sizeof pbuf); in list_scripts()
|
/linux-6.3-rc2/tools/perf/tests/ |
A D | symbols.c | 49 perf_exe(filename, max_sz); in get_test_dso_filename()
|
A D | dlfilter-test.c | 225 perf_exe(perf, sizeof(perf)); in get_dlfilters_path() 408 perf_exe(td.perf, sizeof(td.perf)); in test__dlfilter()
|
/linux-6.3-rc2/tools/perf/ |
A D | builtin-daemon.c | 1506 perf_exe(__daemon.perf, sizeof(__daemon.perf)); in cmd_daemon()
|
Completed in 22 milliseconds