Home
last modified time | relevance | path

Searched refs:pr_debug2 (Results 1 – 25 of 36) sorted by relevance

12

/linux-6.15/tools/perf/util/
H A Dmmap.c155 pr_debug2("failed to allocate aiocb for data buffer, error %m\n"); in perf_mmap__aio_mmap()
160 pr_debug2("failed to allocate cblocks for data buffer, error %m\n"); in perf_mmap__aio_mmap()
165 pr_debug2("failed to allocate data buffer, error %m\n"); in perf_mmap__aio_mmap()
172 pr_debug2("failed to allocate data buffer area, error %m"); in perf_mmap__aio_mmap()
279 pr_debug2("failed to mmap perf event ring buffer, error %d\n", in mmap__mmap()
286 pr_debug2("failed to alloc mmap affinity mask, error %d\n", in mmap__mmap()
297 pr_debug2("failed to init mmap compressor, error %d\n", errno); in mmap__mmap()
305 pr_debug2("failed to mmap data buffer, error %d\n", in mmap__mmap()
H A Dexpr.c207 pr_debug2("adding ref metric %s: %s\n", in expr__add_ref()
252 pr_debug2("lookup(%s): val %f\n", id, data->val.val); in expr__resolve_id()
255 pr_debug2("lookup(%s): ref metric name %s\n", id, in expr__resolve_id()
266 pr_debug2("lookup(%s): ref val %f metric name %s\n", id, in expr__resolve_id()
340 pr_debug2("parsing metric: %s\n", expr); in __expr__parse()
412 pr_debug2("literal: %s = %f\n", literal, result); in expr__get_literal()
H A Dcap.c32 pr_debug2("capget syscall failed (%s - %d) fall back on root check\n", in perf_cap__capable()
H A Ddebug.h40 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) macro
H A Dtsc.c98 pr_debug2("Synthesizing TSC conversion information\n"); in perf_event__synth_time_conv()
H A Ddwarf-aux.c928 pr_debug2("Failed to get the declared file name of %s\n", in die_walk_lines()
935 pr_debug2("Failed to get CU from given DIE.\n"); in die_walk_lines()
941 pr_debug2("Failed to get source lines on this CU.\n"); in die_walk_lines()
944 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines()
952 pr_debug2("Failed to get line info. " in die_walk_lines()
H A Devsel.c2254 pr_debug2("switching off exclude_guest for PMU %s\n", pmu->name); in evsel__detect_missing_pmu_features()
2292 pr_debug2("switching off branch counters support\n"); in evsel__detect_missing_brstack_features()
2298 pr_debug2("switching off branch HW index support\n"); in evsel__detect_missing_brstack_features()
2405pr_debug2("Using PERF_SAMPLE_READ / :S modifier is not compatible with inherit, falling back to no… in evsel__detect_missing_features()
2413 pr_debug2("switching off PERF_FORMAT_LOST support\n"); in evsel__detect_missing_features()
2420 pr_debug2("switching off weight struct support\n"); in evsel__detect_missing_features()
H A Dprobe-finder.c336 pr_debug2("Var real type: %s (%x)\n", dwarf_diename(&type), in convert_variable_fields()
349 pr_debug2("Array real type: %s (%x)\n", dwarf_diename(&type), in convert_variable_fields()
724 pr_debug2("Reversed line: %s:%d\n", __fname, __lineno); in verify_representive_line()
H A Dsymbol-elf.c952 pr_debug2("%s: cannot read %s bfd file.\n", __func__, filename); in read_build_id()
985 pr_debug2("%s: cannot read %s ELF file.\n", __func__, filename); in read_build_id()
1099 pr_debug2("%s: cannot read %s bfd file.\n", __func__, filename); in filename__read_debuglink()
1140 pr_debug2("%s: cannot read %s ELF file.\n", __func__, filename); in filename__read_debuglink()
H A Dcpumap.c667 pr_debug2("cpumask list: %s\n", buf); in cpu_map__snprint()
H A Dhwmon_pmu.c321 pr_debug2("hwmon_pmu: %s has no events\n", pmu->pmu.name); in hwmon_pmu__read_events()
H A Dauxtrace.c141 pr_debug2("failed to mmap AUX area\n"); in auxtrace_mmap__mmap()
167 pr_debug2("AUX area mmap length %zu\n", mp->len); in auxtrace_mmap_params__init()
1311 pr_debug2("Synthesizing auxtrace information\n"); in perf_event__synthesize_auxtrace_info()
/linux-6.15/tools/perf/tests/
H A Dpmu-events.c303 pr_debug2("testing event e1 %s: mismatched name string, %s vs %s\n", in compare_pmu_events()
315 pr_debug2("testing event e1 %s: mismatched event, %s vs %s\n", in compare_pmu_events()
321 pr_debug2("testing event e1 %s: mismatched desc, %s vs %s\n", in compare_pmu_events()
327 pr_debug2("testing event e1 %s: mismatched topic, %s vs %s\n", in compare_pmu_events()
333 pr_debug2("testing event e1 %s: mismatched long_desc, %s vs %s\n", in compare_pmu_events()
339 pr_debug2("testing event e1 %s: mismatched pmu string, %s vs %s\n", in compare_pmu_events()
345 pr_debug2("testing event e1 %s: mismatched unit, %s vs %s\n", in compare_pmu_events()
351 pr_debug2("testing event e1 %s: mismatched perpkg, %d vs %d\n", in compare_pmu_events()
357 pr_debug2("testing event e1 %s: mismatched deprecated, %d vs %d\n", in compare_pmu_events()
534 pr_debug2("testing aliases core PMU %s: matched event %s\n", in test_core_pmu_event_aliases_cb()
[all …]
/linux-6.15/tools/perf/arch/s390/util/
H A Dmachine.c20 pr_debug2("Using module %s start:%#lx\n", path, m_start); in arch__fix_module_text_start()
/linux-6.15/tools/lib/perf/
H A Dinternal.h20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) macro
H A Dmmap.c118 pr_debug2("%s: buf=%p, start=%"PRIx64"\n", __func__, buf, *start); in overwrite_rb_find_range()
/linux-6.15/tools/perf/arch/x86/util/
H A Dintel-pt.c162 pr_debug2("%s psb_period %zu\n", intel_pt_pmu->name, psb_period); in intel_pt_psb_period()
230 pr_debug2("%s default config: %s\n", intel_pt_pmu->name, buf); in intel_pt_default_config()
422 pr_debug2("%s: failed to create %s, error = %d\n", in intel_pt_track_switches()
708 pr_debug2("Intel PT snapshot size: %zu\n", in intel_pt_recording_options()
737 pr_debug2("Intel PT min. sample size: %zu max. sample size: %zu\n", in intel_pt_recording_options()
826 pr_debug2("Unable to select sched:sched_switch\n"); in intel_pt_recording_options()
H A Dintel-bts.c185 pr_debug2("Intel BTS snapshot size: %zu\n", in intel_bts_recording_options()
/linux-6.15/tools/bpf/resolve_btfids/
H A Dmain.c167 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) macro
316 pr_debug2(" - fixing wrong alignment sh_addralign %u, expected %u\n", in compressed_section_fix()
400 pr_debug2("section(%d) %s, size %ld, link %d, flags %lx, type=%d\n", in elf_collect()
/linux-6.15/tools/perf/bench/
H A Dinject-buildid.c96 pr_debug2(" Adding DSO: %s\n", fpath); in add_dso()
370 pr_debug2(" [%d] injecting: %s\n", i+1, dso->name); in inject_build_id()
/linux-6.15/tools/perf/arch/arm/util/
H A Dauxtrace.c46 pr_debug2("%s %d: arm_spe_pmu %d type %d name %s\n", in find_all_arm_spe_pmus()
H A Dcs-etm.c424 pr_debug2("%s snapshot size: %zu\n", CORESIGHT_ETM_PMU_NAME, in cs_etm_recording_options()
/linux-6.15/tools/perf/
H A Dbuiltin-record.c1043 pr_debug2("thread_data[%p]: msg=[%d,%d], ack=[%d,%d]\n", thread_data, in record__thread_data_open_pipes()
1108 pr_debug2("thread_data[%p]: cpu%d: maps[%d] -> mmap[%d]\n", in record__thread_data_init_maps()
1113 pr_debug2("thread_data[%p]: cpu%d: ow_maps[%d] -> ow_mmap[%d]\n", in record__thread_data_init_maps()
1143 pr_debug2("thread_data[%p]: pollfd[%d] <- event_fd=%d\n", in record__thread_data_init_pollfd()
1223 pr_debug2("thread_data[%p]: pollfd[%d] <- non_perf_event fd=%d\n", in record__dup_non_perf_events()
1276 pr_debug2("thread_data[%p]: pollfd[%d] <- ctl_fd=%d\n", in record__alloc_thread_data()
2251 pr_debug2("threads[%d]: sent %s\n", tid, thread_msg_tags[ack]); in record__terminate_thread()
2299 pr_debug2("threads[%d]: sent %s\n", rec->thread_data[t].tid, in record__start_threads()
3871 pr_debug2("threads_spec[%d]: %s\n", t, spec); in record__init_thread_user_masks()
3875 pr_debug2(" maps mask: %s\n", mask); in record__init_thread_user_masks()
[all …]
H A Dbuiltin-probe.c86 pr_debug2("Add filter: %s\n", str); in params_add_filter()
/linux-6.15/tools/perf/arch/arm64/util/
H A Darm-spe.c323 pr_debug2("%sx snapshot size: %zu\n", ARM_SPE_PMU_NAME, in arm_spe_setup_aux_buffer()

12