/linux/tools/perf/util/ |
H A D | session.c | 272 bool sample_id_all __maybe_unused) in perf_event__all64_swap() 278 static void perf_event__comm_swap(union perf_event *event, bool sample_id_all) in perf_event__comm_swap() argument 283 if (sample_id_all) { in perf_event__comm_swap() 292 bool sample_id_all) in perf_event__mmap_swap() argument 300 if (sample_id_all) { in perf_event__mmap_swap() 309 bool sample_id_all) in perf_event__mmap2_swap() argument 324 if (sample_id_all) { in perf_event__mmap2_swap() 331 static void perf_event__task_swap(union perf_event *event, bool sample_id_all) in perf_event__task_swap() argument 339 if (sample_id_all) in perf_event__task_swap() 343 static void perf_event__read_swap(union perf_event *event, bool sample_id_all) in perf_event__read_swap() argument [all …]
|
H A D | sideband_evlist.c | 20 if (!attr->sample_id_all) { in evlist__add_sb_event() 22 attr->sample_id_all = 1; in evlist__add_sb_event() 89 evsel->core.attr.sample_id_all = 1; in evlist__set_cb()
|
H A D | python.c | 725 sample_id_all = 1; in pyrf_evsel__init() local 737 &precise_ip, &mmap_data, &sample_id_all, in pyrf_evsel__init() 768 attr.sample_id_all = sample_id_all; in pyrf_evsel__init() 987 int sample_id_all = 1, cpu; in pyrf_evlist__read_on_cpu() local 993 &cpu, &sample_id_all)) in pyrf_evlist__read_on_cpu()
|
H A D | evsel.c | 1152 attr->sample_id_all = perf_missing_features.sample_id_all ? 0 : 1; in evsel__config() 1242 (!perf_missing_features.sample_id_all && in evsel__config() 2123 if (perf_missing_features.sample_id_all) in evsel__disable_missing_features() 2124 evsel->core.attr.sample_id_all = 0; in evsel__disable_missing_features() 2234 } else if (!perf_missing_features.sample_id_all) { in evsel__detect_missing_features() 2235 perf_missing_features.sample_id_all = true; in evsel__detect_missing_features() 2680 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample() 3022 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample_timestamp()
|
H A D | evlist.c | 729 if (!first->core.attr.sample_id_all && in evlist__event2evsel() 1361 return first->core.attr.sample_id_all ? evsel__id_hdr_size(first) : 0; in evlist__id_hdr_size() 1369 if (first->core.attr.sample_id_all != pos->core.attr.sample_id_all) in evlist__valid_sample_id_all() 1379 return first->core.attr.sample_id_all; in evlist__sample_id_all()
|
H A D | intel-bts.c | 775 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
|
H A D | perf_event_attr_fprintf.c | 304 PRINT_ATTRf(sample_id_all, p_unsigned); in perf_event_attr__fprintf()
|
H A D | evsel.h | 205 bool sample_id_all; member
|
H A D | arm-spe.c | 1133 attr.sample_id_all = evsel->core.attr.sample_id_all; in arm_spe_synth_events()
|
H A D | bpf-event.c | 534 .sample_id_all = 1, in evlist__add_bpf_sb_event()
|
H A D | cs-etm.c | 1716 attr.sample_id_all = evsel->core.attr.sample_id_all; in cs_etm__synth_events() 3137 * Parse the sample, we need the sample_id_all data that comes after the event so that the in cs_etm__queue_aux_records_cb()
|
H A D | intel-pt.c | 3737 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_pt_synth_events()
|
/linux/tools/perf/tests/attr/ |
H A D | base-record-spe | 29 sample_id_all=*
|
H A D | base-stat | 30 sample_id_all=0
|
H A D | base-record | 30 sample_id_all=1
|
H A D | test-record-dummy-C0 | 38 sample_id_all=1
|
H A D | system-wide-dummy | 35 sample_id_all=1
|
/linux/tools/perf/python/ |
H A D | twatch.py | 18 sample_id_all = 1, context_switch = context_switch,
|
/linux/tools/perf/tests/ |
H A D | attr.c | 124 WRITE_ASS(sample_id_all, "d"); in store_event()
|
/linux/include/uapi/linux/ |
H A D | perf_event.h | 441 sample_id_all : 1, /* sample_type all events */ member
|
/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 441 sample_id_all : 1, /* sample_type all events */ member
|
/linux/tools/perf/bench/ |
H A D | inject-buildid.c | 149 event.attr.attr.sample_id_all = 1; in synthesize_attr()
|
/linux/kernel/events/ |
H A D | ring_buffer.c | 192 if (event->attr.sample_id_all) in __perf_output_begin()
|
/linux/tools/perf/Documentation/ |
H A D | perf-intel-pt.txt | 302 sample_id_all 1 830 sample_id_all 1 845 sample_id_all 1 868 sample_id_all 1
|
/linux/tools/perf/ |
H A D | builtin-script.c | 2623 if (evsel && !evsel->core.attr.sample_id_all) { in print_event_with_time()
|