Searched refs:pr_debug2_peo (Results 1 – 2 of 2) sorted by relevance
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("switching off use_clockid\n"); in evsel__detect_missing_features()[all …]
43 #define pr_debug2_peo(fmt, ...) { \ macro