Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel.c2448 pr_debug2_peo("decreasing precise_ip by one (%d)\n", evsel->core.attr.precise_ip); in evsel__detect_missing_pmu_features()
2684 pr_debug2_peo("switching off branch sample type no (cycles/flags)\n"); in evsel__detect_missing_features()
2814 pr_debug2_peo("Kernel has no PERF_SAMPLE_CODE_PAGE_SIZE support\n"); in evsel__open_cpu()
2821 pr_debug2_peo("Kernel has no PERF_SAMPLE_DATA_PAGE_SIZE support\n"); in evsel__open_cpu()
2828 pr_debug2_peo("Kernel has no cgroup sampling support\n"); in evsel__open_cpu()
2835 pr_debug2_peo("Kernel has no attr.aux_output support\n"); in evsel__open_cpu()
2842 pr_debug2_peo("switching off bpf_event\n"); in evsel__open_cpu()
2849 pr_debug2_peo("switching off ksymbol\n"); in evsel__open_cpu()
2856 pr_debug2_peo("switching off write_backward\n"); in evsel__open_cpu()
2864 pr_debug2_peo("switchin in evsel__open_cpu()
[all...]
H A Ddebug.h45 #define pr_debug2_peo(fmt, ...) { \ macro