Searched refs:pr_debug2_peo (Results 1 – 2 of 2) sorted by relevance
2034 pr_debug2_peo("decreasing precise_ip by one (%d)\n", evsel->core.attr.precise_ip); in evsel__precise_ip_fallback()2165 pr_debug2_peo("Kernel has no PERF_SAMPLE_CODE_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features()2170 pr_debug2_peo("Kernel has no PERF_SAMPLE_DATA_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features()2174 pr_debug2_peo("Kernel has no cgroup sampling support, bailing out\n"); in evsel__detect_missing_features()2183 pr_debug2_peo("Kernel has no attr.aux_output support, bailing out\n"); in evsel__detect_missing_features()2187 pr_debug2_peo("switching off bpf_event\n"); in evsel__detect_missing_features()2191 pr_debug2_peo("switching off ksymbol\n"); in evsel__detect_missing_features()2195 pr_debug2_peo("switching off write_backward\n"); in evsel__detect_missing_features()2199 pr_debug2_peo("switching off clockid\n"); in evsel__detect_missing_features()2203 pr_debug2_peo("switching off use_clockid\n"); in evsel__detect_missing_features()[all …]
45 #define pr_debug2_peo(fmt, ...) { \ macro