Home
last modified time | relevance | path

Searched refs:pbuf (Results 1 – 4 of 4) sorted by relevance

/tools/perf/ui/browsers/
A Dres_sample.c38 char pbuf[256], tidbuf[32], cpubuf[32]; in res_sample_browse() local
39 const char *perf = perf_exe(pbuf, sizeof pbuf); in res_sample_browse()
A Dscripts.c265 char pbuf[256]; in list_scripts() local
266 const char *perf = perf_exe(pbuf, sizeof pbuf); in list_scripts()
/tools/testing/selftests/bpf/prog_tests/
A Dmap_kptr.c19 char buf[16], *pbuf; in test_map_kptr_success() local
47 pbuf = calloc(cpu, sizeof(buf)); in test_map_kptr_success()
48 if (!ASSERT_OK_PTR(pbuf, "calloc(pbuf)")) in test_map_kptr_success()
60 &key, sizeof(key), pbuf, cpu * sizeof(buf), 0); in test_map_kptr_success()
114 free(pbuf); in test_map_kptr_success()
/tools/perf/util/
A Dheader.c561 char pbuf[MAXPATHLEN], *buf; in write_cmdline() local
565 buf = perf_exe(pbuf, MAXPATHLEN); in write_cmdline()

Completed in 13 milliseconds