Home
last modified time | relevance | path

Searched refs:sample_id_all (Results 1 – 22 of 22) sorted by relevance

/tools/perf/util/
A Dsideband_evlist.c20 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 Dsession.c289 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 Dpython.c796 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 Devsel.c168 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 Devlist.c677 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 Dintel-bts.c777 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
A Dperf_event_attr_fprintf.c326 PRINT_ATTRf(sample_id_all, p_unsigned); in perf_event_attr__fprintf()
A Devsel.h203 bool sample_id_all; member
A Darm-spe.c1629 attr.sample_id_all = evsel->core.attr.sample_id_all; in arm_spe_synth_events()
A Dbpf-event.c918 .sample_id_all = 1, in evlist__add_bpf_sb_event()
A Dcs-etm.c1725 attr.sample_id_all = evsel->core.attr.sample_id_all; in cs_etm__synth_events()
A Dintel-pt.c3987 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_pt_synth_events()
/tools/perf/tests/shell/attr/
A Dbase-record-spe29 sample_id_all=*
A Dbase-record30 sample_id_all=1
A Dbase-stat30 sample_id_all=0
A Dtest-record-dummy-C038 sample_id_all=1
A Dsystem-wide-dummy35 sample_id_all=1
/tools/perf/python/
A Dtwatch.py18 sample_id_all = 1, context_switch = context_switch,
/tools/include/uapi/linux/
A Dperf_event.h444 sample_id_all : 1, /* sample_type all events */ member
/tools/perf/bench/
A Dinject-buildid.c149 event.attr.attr.sample_id_all = 1; in synthesize_attr()
/tools/perf/Documentation/
A Dperf-intel-pt.txt302 sample_id_all 1
884 sample_id_all 1
899 sample_id_all 1
922 sample_id_all 1
/tools/perf/
A Dbuiltin-script.c2567 if (evsel && !evsel->core.attr.sample_id_all) { in print_event_with_time()

Completed in 1797 milliseconds