Searched refs:pr_debug3 (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/perf/ |
D | internal.h | 21 #define pr_debug3(fmt, ...) __pr(LIBPERF_DEBUG3, fmt, ##__VA_ARGS__) macro
|
D | mmap.c | 129 pr_debug3("move evt_head: %"PRIx64"\n", evt_head); in overwrite_rb_find_range()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | switch-tracking.c | 83 pr_debug3("comm event: %s nr: %d\n", event->comm.comm, nr); in check_comm() 141 pr_debug3("sched_switch: cpu: %d prev_tid %d next_tid %d\n", in process_sample_event() 159 pr_debug3("cycles event\n"); in process_sample_event()
|
D | pmu-events.c | 306 pr_debug3("testing aliases PMU %s: skip matching alias %s\n", in __test__pmu_event_aliases() 378 pr_debug3("testing PMU %s aliases: no events to match\n", in test_aliases() 427 …pr_debug3("Parse event failed, but for an event that may not be supported by this CPU.\nid '%s' me… in check_parse_cpu()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | debug.h | 31 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) macro
|
D | annotate.c | 883 pr_debug3("%s: addr=%#" PRIx64 "\n", __func__, ms->map->unmap_ip(ms->map, addr)); in __symbol__inc_addr_samples() 904 pr_debug3("%#" PRIx64 " %s: period++ [addr: %#" PRIx64 ", %#" PRIx64 in __symbol__inc_addr_samples()
|
D | auxtrace.c | 1677 pr_debug3("auxtrace idx %d old %#"PRIx64" head %#"PRIx64" diff %#"PRIx64"\n", in __auxtrace_mmap__read()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
D | intel-bts.c | 373 pr_debug3("%s: mmap index %d old head %zu new head %zu\n", in intel_bts_find_snapshot() 406 pr_debug3("%s: wrap-around %sdetected, adjusted old head %zu adjusted new head %zu\n", in intel_bts_find_snapshot()
|
D | intel-pt.c | 1123 pr_debug3("%s: mmap index %d old head %zu new head %zu\n", in intel_pt_find_snapshot() 1169 pr_debug3("%s: wrap-around %sdetected, adjusted old head %zu adjusted new head %zu\n", in intel_pt_find_snapshot()
|
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/ |
D | cs-etm.c | 801 pr_debug3("%s: mmap index %d old head %zu new head %zu size %zu\n", in cs_etm_find_snapshot()
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-kmem.c | 419 pr_debug3("skipping alloc function: %s\n", caller->name); in find_callsite()
|