Home
last modified time | relevance | path

Searched refs:aux_output (Results 1 – 11 of 11) sorted by relevance

/linux/tools/perf/util/
H A Devsel_config.h52 bool aux_output; member
H A Devsel.c1322 attr->aux_output = term->val.aux_output ? 1 : 0; in __evsel__get_config_term()
2480 (perf_missing_features.aux_output && evsel->core.attr.aux_output)) in evsel__detect_missing_brstack_features()
2848 attr.aux_output = 1; in evsel__open_cpu()
2851 perf_missing_features.aux_output = true; in evsel__open_cpu()
2852 pr_debug2_peo("Kernel has no attr.aux_output support\n"); in evsel__open_cpu()
2853 attr.aux_output = 0; in evsel__open_cpu()
4398 if (evsel->core.attr.aux_output) in evsel__warn_user_requested_cpus()
4400 "%s: PMU Hardware doesn't support 'aux_output' featur in evsel__warn_user_requested_cpus()
[all...]
H A Dperf_event_attr_fprintf.c378 PRINT_ATTRf_bf(aux_output, p_unsigned);
H A Devsel.h226 bool aux_output;
214 bool aux_output; global() member
H A Dparse-events.c1165 t->val.aux_output = val; in add_config_term()
H A Dintel-pt.c4191 if (evsel->core.attr.aux_output && evsel->core.id) { in intel_pt_find_sched_switch()
/linux/tools/include/uapi/linux/
H A Dperf_event.h460 aux_output : 1, /* generate AUX records instead of events */ member
/linux/include/uapi/linux/
H A Dperf_event.h460 aux_output : 1, /* generate AUX records instead of events */ member
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c606 aux_output_cnt += !!evsel->core.attr.aux_output; in intel_pt_too_many_aux_output()
/linux/kernel/events/
H A Dcore.c2294 return event->attr.aux_output || has_aux_action(event); in perf_need_aux_event()
2312 if (event->attr.aux_output && event->attr.aux_sample_size) in perf_get_aux_event()
2315 if (event->attr.aux_output && in perf_get_aux_event()
13536 if (event->attr.aux_output && in perf_event_alloc()
14349 if (attr->aux_output || attr->aux_action) in perf_event_create_kernel_counter()
/linux/arch/x86/events/intel/
H A Dcore.c5043 if (event->attr.aux_output) { in intel_pmu_hw_config()