Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Devsel_config.h52 bool aux_output; member
H A Devsel.c1308 attr->aux_output = term->val.aux_output ? 1 : 0; in evsel__apply_config_terms()
2463 (perf_missing_features.aux_output && evsel->core.attr.aux_output))
2831 attr.aux_output = 1; in evsel__open_cpu()
2834 perf_missing_features.aux_output = true; in evsel__open_cpu()
2835 pr_debug2_peo("Kernel has no attr.aux_output support\n"); in evsel__open_cpu()
2836 attr.aux_output = 0; in evsel__open_cpu()
4307 if (evsel->core.attr.aux_output) in evsel__set_needs_uniquify()
4309 "%s: PMU Hardware doesn't support 'aux_output' featur in evsel__set_needs_uniquify()
[all...]
H A Dperf_event_attr_fprintf.c378 PRINT_ATTRf_bf(aux_output, p_unsigned);
H A Devsel.h223 bool aux_output;
214 bool aux_output; global() member
H A Dparse-events.c1162 t->val.aux_output = val; in add_config_term()
H A Dintel-pt.c4189 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.c605 aux_output_cnt += !!evsel->core.attr.aux_output; in intel_pt_too_many_aux_output()