Searched refs:pr_debug2_peo (Results 1 – 2 of 2) sorted by relevance
1787 pr_debug2_peo("decreasing precise_ip by one (%d)\n", evsel->core.attr.precise_ip); in evsel__precise_ip_fallback()1901 pr_debug2_peo("Kernel has no PERF_SAMPLE_CODE_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features()1906 pr_debug2_peo("Kernel has no PERF_SAMPLE_DATA_PAGE_SIZE support, bailing out\n"); in evsel__detect_missing_features()1910 pr_debug2_peo("Kernel has no cgroup sampling support, bailing out\n"); in evsel__detect_missing_features()1919 pr_debug2_peo("Kernel has no attr.aux_output support, bailing out\n"); in evsel__detect_missing_features()1923 pr_debug2_peo("switching off bpf_event\n"); in evsel__detect_missing_features()1927 pr_debug2_peo("switching off ksymbol\n"); in evsel__detect_missing_features()1931 pr_debug2_peo("switching off write_backward\n"); in evsel__detect_missing_features()1935 pr_debug2_peo("switching off clockid\n"); in evsel__detect_missing_features()1939 pr_debug2_peo("switching off use_clockid\n"); in evsel__detect_missing_features()[all …]
43 #define pr_debug2_peo(fmt, ...) { \ macro