Searched refs:pr_debug2_peo (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.c | 1784 pr_debug2_peo("decreasing precise_ip by one (%d)\n", evsel->core.attr.precise_ip); in evsel__precise_ip_fallback() 1900 pr_debug2_peo("Kernel has no PERF_SAMPLE_CODE_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features() 1905 pr_debug2_peo("Kernel has no PERF_SAMPLE_DATA_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features() 1909 pr_debug2_peo("Kernel has no cgroup sampling support, bailing out\n"); in evsel__detect_missing_features() 1918 pr_debug2_peo("Kernel has no attr.aux_output support, bailing out\n"); in evsel__detect_missing_features() 1922 pr_debug2_peo("switching off bpf_event\n"); in evsel__detect_missing_features() 1926 pr_debug2_peo("switching off ksymbol\n"); in evsel__detect_missing_features() 1930 pr_debug2_peo("switching off write_backward\n"); in evsel__detect_missing_features() 1934 pr_debug2_peo("switching off clockid\n"); in evsel__detect_missing_features() 1938 pr_debug2_peo("switchin in evsel__detect_missing_features() [all...] |
H A D | debug.h | 43 #define pr_debug2_peo(fmt, ...) { \ macro
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel.c | 1673 pr_debug2_peo("sys_perf_event_open: pid %d cpu %d group_fd %d flags %#lx", in perf_event_open() 1693 pr_debug2_peo("\nsys_perf_event_open failed, error %d\n", -ENOTSUP); in perf_event_open() 1695 pr_debug2_peo("decreasing precise_ip by one (%d)\n", evsel->core.attr.precise_ip); in perf_event_open() 1822 pr_debug2_peo("\nsys_perf_event_open failed, error %d\n", in evsel__open_cpu() 1827 pr_debug2_peo(" = %d\n", fd); in evsel__open_cpu() 1894 pr_debug2_peo("Kernel has no cgroup sampling support, bailing out\n"); in evsel__open_cpu() 1903 pr_debug2_peo("Kernel has no attr.aux_output support, bailing out\n"); in evsel__open_cpu() 1907 pr_debug2_peo("switching off bpf_event\n"); in evsel__open_cpu() 1911 pr_debug2_peo("switching off ksymbol\n"); in evsel__open_cpu() 1915 pr_debug2_peo("switchin in evsel__open_cpu() [all...] |
H A D | debug.h | 35 #define pr_debug2_peo(fmt, ...) { \ macro
|
Completed in 6 milliseconds