| /linux/tools/perf/util/ |
| H A D | mmap.c | 156 pr_debug2("failed to allocate aiocb for data buffer, error %m\n"); in perf_mmap__aio_mmap() 161 pr_debug2("failed to allocate cblocks for data buffer, error %m\n"); in perf_mmap__aio_mmap() 166 pr_debug2("failed to allocate data buffer, error %m\n"); in perf_mmap__aio_mmap() 173 pr_debug2("failed to allocate data buffer area, error %m"); in perf_mmap__aio_mmap() 280 pr_debug2("failed to mmap perf event ring buffer, error %d\n", in mmap__mmap() 287 pr_debug2("failed to alloc mmap affinity mask, error %d\n", in mmap__mmap() 298 pr_debug2("failed to init mmap compressor, error %d\n", errno); in mmap__mmap() 306 pr_debug2("failed to mmap data buffer, error %d\n", in mmap__mmap()
|
| H A D | expr.c | 211 pr_debug2("adding ref metric %s: %s\n", in expr__add_ref() 256 pr_debug2("lookup(%s): val %f\n", id, data->val.val); in expr__resolve_id() 259 pr_debug2("lookup(%s): ref metric name %s\n", id, in expr__resolve_id() 270 pr_debug2("lookup(%s): ref val %f metric name %s\n", id, in expr__resolve_id() 344 pr_debug2("parsing metric: %s\n", expr); in __expr__parse() 414 pr_debug2("literal: %s = %f\n", literal, result); in expr__get_literal()
|
| H A D | cap.c | 31 pr_debug2("capget syscall failed (%s - %d) fall back on root check\n", in perf_cap__capable()
|
| H A D | libbfd.c | 331 pr_debug2("%s: cannot read %s bfd file.\n", __func__, in dso__load_bfd_symbols() 444 pr_debug2("%s: cannot read %s bfd file.\n", __func__, filename); in libbfd__read_build_id() 473 pr_debug2("%s: cannot read %s bfd file.\n", __func__, filename); in libbfd_filename__read_debuglink()
|
| H A D | debug.h | 40 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) macro
|
| H A D | dwarf-aux.c | 928 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 D | evsel.c | 2339 pr_debug2("switching off exclude_guest for PMU %s\n", pmu->name); in evsel__detect_missing_pmu_features() 2377 pr_debug2("switching off branch counters support\n"); in evsel__detect_missing_brstack_features() 2383 pr_debug2("switching off branch HW index support\n"); in evsel__detect_missing_brstack_features() 2489 pr_debug2("switching off deferred callchain support\n"); in evsel__detect_missing_features() 2497 …pr_debug2("Using PERF_SAMPLE_READ / :S modifier is not compatible with inherit, falling back to no… in evsel__detect_missing_features() 2505 pr_debug2("switching off PERF_FORMAT_LOST support\n"); in evsel__detect_missing_features() 2512 pr_debug2("switching off weight struct support\n"); in evsel__detect_missing_features()
|
| H A D | probe-finder.c | 336 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 D | cpumap.c | 667 pr_debug2("cpumask list: %s\n", buf); in cpu_map__snprint()
|
| H A D | hwmon_pmu.c | 321 pr_debug2("hwmon_pmu: %s has no events\n", pmu->pmu.name); in hwmon_pmu__read_events()
|
| H A D | auxtrace.c | 158 pr_debug2("failed to mmap AUX area\n"); in auxtrace_mmap__mmap() 184 pr_debug2("AUX area mmap length %zu\n", mp->len); in auxtrace_mmap_params__init() 1325 pr_debug2("Synthesizing auxtrace information\n"); in perf_event__synthesize_auxtrace_info()
|
| H A D | synthetic-events.c | 421 pr_debug2("Failed to read build ID for %s\n", in perf_record_mmap2__read_build_id() 1871 pr_debug2("Synthesizing id index\n"); in __perf_event__synthesize_id_index()
|
| /linux/tools/perf/tests/ |
| H A D | pmu-events.c | 263 pr_debug2("testing event e1 %s: mismatched name string, %s vs %s\n", in compare_pmu_events() 269 pr_debug2("testing event e1 %s: mismatched compat string, %s vs %s\n", in compare_pmu_events() 275 pr_debug2("testing event e1 %s: mismatched event, %s vs %s\n", in compare_pmu_events() 281 pr_debug2("testing event e1 %s: mismatched desc, %s vs %s\n", in compare_pmu_events() 287 pr_debug2("testing event e1 %s: mismatched topic, %s vs %s\n", in compare_pmu_events() 293 pr_debug2("testing event e1 %s: mismatched long_desc, %s vs %s\n", in compare_pmu_events() 299 pr_debug2("testing event e1 %s: mismatched pmu string, %s vs %s\n", in compare_pmu_events() 305 pr_debug2("testing event e1 %s: mismatched unit, %s vs %s\n", in compare_pmu_events() 311 pr_debug2("testing event e1 %s: mismatched perpkg, %d vs %d\n", in compare_pmu_events() 317 pr_debug2("testing event e1 %s: mismatched deprecated, %d vs %d\n", in compare_pmu_events() [all …]
|
| /linux/tools/perf/arch/s390/util/ |
| H A D | machine.c | 20 pr_debug2("Using module %s start:%#lx\n", path, m_start); in arch__fix_module_text_start()
|
| /linux/tools/lib/perf/ |
| H A D | internal.h | 20 #define pr_debug2(fmt, ...) __pr(LIBPERF_DEBUG2, fmt, ##__VA_ARGS__) macro
|
| H A D | mmap.c | 118 pr_debug2("%s: buf=%p, start=%"PRIx64"\n", __func__, buf, *start); in overwrite_rb_find_range()
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | intel-pt.c | 164 pr_debug2("%s psb_period %zu\n", intel_pt_pmu->name, psb_period); in intel_pt_psb_period() 232 pr_debug2("%s default config: %s\n", intel_pt_pmu->name, buf); in intel_pt_default_config() 424 pr_debug2("%s: failed to create %s, error = %d\n", in intel_pt_track_switches() 710 pr_debug2("Intel PT snapshot size: %zu\n", in intel_pt_recording_options() 739 pr_debug2("Intel PT min. sample size: %zu max. sample size: %zu\n", in intel_pt_recording_options() 828 pr_debug2("Unable to select sched:sched_switch\n"); in intel_pt_recording_options()
|
| H A D | intel-bts.c | 185 pr_debug2("Intel BTS snapshot size: %zu\n", in intel_bts_recording_options()
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 167 #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/tools/perf/bench/ |
| H A D | inject-buildid.c | 96 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/tools/perf/arch/arm/util/ |
| H A D | auxtrace.c | 47 pr_debug2("%s %d: arm_spe_pmu %d type %d name %s\n", in find_all_arm_spe_pmus()
|
| H A D | cs-etm.c | 424 pr_debug2("%s snapshot size: %zu\n", CORESIGHT_ETM_PMU_NAME, in cs_etm_recording_options()
|
| /linux/tools/perf/ |
| H A D | builtin-record.c | 1027 pr_debug2("thread_data[%p]: msg=[%d,%d], ack=[%d,%d]\n", thread_data, in record__thread_data_open_pipes() 1084 pr_debug2("thread_data[%p]: nr_mmaps=%d, maps=%p, ow_maps=%p\n", thread_data, in record__thread_data_init_maps() 1092 pr_debug2("thread_data[%p]: cpu%d: maps[%d] -> mmap[%d]\n", in record__thread_data_init_maps() 1097 pr_debug2("thread_data[%p]: cpu%d: ow_maps[%d] -> ow_mmap[%d]\n", in record__thread_data_init_maps() 1127 pr_debug2("thread_data[%p]: pollfd[%d] <- event_fd=%d\n", in record__thread_data_init_pollfd() 1207 pr_debug2("thread_data[%p]: pollfd[%d] <- non_perf_event fd=%d\n", in record__dup_non_perf_events() 1260 pr_debug2("thread_data[%p]: pollfd[%d] <- ctl_fd=%d\n", in record__alloc_thread_data() 2318 pr_debug2("threads[%d]: sent %s\n", tid, thread_msg_tags[ack]); in record__terminate_thread() 2366 pr_debug2("threads[%d]: sent %s\n", rec->thread_data[t].tid, in record__start_threads() 3984 pr_debug2("threads_spec[%d]: %s\n", t, spec); in record__init_thread_user_masks() [all …]
|
| H A D | builtin-kmem.c | 446 pr_debug2("unknown callsite: %"PRIx64 "\n", sample->ip); in find_callsite() 901 pr_debug2("missing free at page %"PRIx64" (order: %d)\n", in evsel__process_page_free_event()
|
| /linux/tools/perf/arch/arm64/util/ |
| H A D | arm-spe.c | 329 pr_debug2("%sx snapshot size: %zu\n", ARM_SPE_PMU_NAME, in arm_spe_setup_aux_buffer()
|