Searched refs:sample_id_all (Results 1 – 22 of 22) sorted by relevance
| /tools/perf/util/ |
| 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()
|
| A D | session.c | 289 if (sample_id_all) { in perf_event__comm_swap() 306 if (sample_id_all) { in perf_event__mmap_swap() 330 if (sample_id_all) { in perf_event__mmap2_swap() 345 if (sample_id_all) in perf_event__task_swap() 358 if (sample_id_all) in perf_event__read_swap() 368 if (sample_id_all) in perf_event__aux_swap() 378 if (sample_id_all) in perf_event__itrace_start_swap() 391 if (sample_id_all) in perf_event__switch_swap() 401 if (sample_id_all) { in perf_event__text_poke_swap() 420 if (sample_id_all) in perf_event__throttle_swap() [all …]
|
| A D | python.c | 796 sample_id_all = 1; in pyrf_evsel__init() local 808 &precise_ip, &mmap_data, &sample_id_all, in pyrf_evsel__init() 839 attr.sample_id_all = sample_id_all; in pyrf_evsel__init() 1202 int sample_id_all = 1, cpu; in pyrf_evlist__read_on_cpu() local 1208 &cpu, &sample_id_all)) in pyrf_evlist__read_on_cpu()
|
| A D | evsel.c | 168 WRITE_ASS(sample_id_all, "d"); in store_event() 1305 attr->sample_id_all = perf_missing_features.sample_id_all ? 0 : 1; in evsel__config() 1403 (!perf_missing_features.sample_id_all && in evsel__config() 2158 if (perf_missing_features.sample_id_all) in evsel__disable_missing_features() 2159 evsel->core.attr.sample_id_all = 0; in evsel__disable_missing_features() 2492 perf_missing_features.sample_id_all = true; in evsel__detect_missing_features() 2561 if (evsel->core.attr.sample_id_all && perf_missing_features.sample_id_all) in evsel__detect_missing_features() 3006 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample() 3354 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample_timestamp()
|
| A D | evlist.c | 677 if (!first->core.attr.sample_id_all && in evlist__event2evsel() 1303 return first->core.attr.sample_id_all ? evsel__id_hdr_size(first) : 0; in evlist__id_hdr_size() 1311 if (first->core.attr.sample_id_all != pos->core.attr.sample_id_all) in evlist__valid_sample_id_all() 1321 return first->core.attr.sample_id_all; in evlist__sample_id_all()
|
| A D | intel-bts.c | 777 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
|
| A D | perf_event_attr_fprintf.c | 326 PRINT_ATTRf(sample_id_all, p_unsigned); in perf_event_attr__fprintf()
|
| A D | evsel.h | 203 bool sample_id_all; member
|
| A D | arm-spe.c | 1629 attr.sample_id_all = evsel->core.attr.sample_id_all; in arm_spe_synth_events()
|
| A D | bpf-event.c | 918 .sample_id_all = 1, in evlist__add_bpf_sb_event()
|
| A D | cs-etm.c | 1725 attr.sample_id_all = evsel->core.attr.sample_id_all; in cs_etm__synth_events()
|
| A D | intel-pt.c | 3987 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_pt_synth_events()
|
| /tools/perf/tests/shell/attr/ |
| A D | base-record-spe | 29 sample_id_all=*
|
| A D | base-record | 30 sample_id_all=1
|
| A D | base-stat | 30 sample_id_all=0
|
| A D | test-record-dummy-C0 | 38 sample_id_all=1
|
| A D | system-wide-dummy | 35 sample_id_all=1
|
| /tools/perf/python/ |
| A D | twatch.py | 18 sample_id_all = 1, context_switch = context_switch,
|
| /tools/include/uapi/linux/ |
| A D | perf_event.h | 444 sample_id_all : 1, /* sample_type all events */ member
|
| /tools/perf/bench/ |
| A D | inject-buildid.c | 149 event.attr.attr.sample_id_all = 1; in synthesize_attr()
|
| /tools/perf/Documentation/ |
| A D | perf-intel-pt.txt | 302 sample_id_all 1 884 sample_id_all 1 899 sample_id_all 1 922 sample_id_all 1
|
| /tools/perf/ |
| A D | builtin-script.c | 2567 if (evsel && !evsel->core.attr.sample_id_all) { in print_event_with_time()
|
Completed in 1797 milliseconds