Home
last modified time | relevance | path

Searched refs:pr_debug2_peo (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Devsel.c1750 pr_debug2_peo("decreasing precise_ip by one (%d)\n", evsel->core.attr.precise_ip); in evsel__precise_ip_fallback()
1864 pr_debug2_peo("Kernel has no PERF_SAMPLE_CODE_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features()
1869 pr_debug2_peo("Kernel has no PERF_SAMPLE_DATA_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features()
1873 pr_debug2_peo("Kernel has no cgroup sampling support, bailing out\n"); in evsel__detect_missing_features()
1882 pr_debug2_peo("Kernel has no attr.aux_output support, bailing out\n"); in evsel__detect_missing_features()
1886 pr_debug2_peo("switching off bpf_event\n"); in evsel__detect_missing_features()
1890 pr_debug2_peo("switching off ksymbol\n"); in evsel__detect_missing_features()
1894 pr_debug2_peo("switching off write_backward\n"); in evsel__detect_missing_features()
1898 pr_debug2_peo("switching off clockid\n"); in evsel__detect_missing_features()
1902 pr_debug2_peo("switching off use_clockid\n"); in evsel__detect_missing_features()
[all …]
Ddebug.h43 #define pr_debug2_peo(fmt, ...) { \ macro