Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
H A Dsession.c272 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 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()
H A Dpython.c725 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 Devsel.c1152 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 Devlist.c729 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 Dintel-bts.c775 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
H A Dperf_event_attr_fprintf.c304 PRINT_ATTRf(sample_id_all, p_unsigned); in perf_event_attr__fprintf()
H A Devsel.h205 bool sample_id_all; member
H A Darm-spe.c1133 attr.sample_id_all = evsel->core.attr.sample_id_all; in arm_spe_synth_events()
H A Dbpf-event.c534 .sample_id_all = 1, in evlist__add_bpf_sb_event()
H A Dcs-etm.c1716 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 Dintel-pt.c3737 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_pt_synth_events()
/linux/tools/perf/tests/attr/
H A Dbase-record-spe29 sample_id_all=*
H A Dbase-stat30 sample_id_all=0
H A Dbase-record30 sample_id_all=1
H A Dtest-record-dummy-C038 sample_id_all=1
H A Dsystem-wide-dummy35 sample_id_all=1
/linux/tools/perf/python/
H A Dtwatch.py18 sample_id_all = 1, context_switch = context_switch,
/linux/tools/perf/tests/
H A Dattr.c124 WRITE_ASS(sample_id_all, "d"); in store_event()
/linux/include/uapi/linux/
H A Dperf_event.h441 sample_id_all : 1, /* sample_type all events */ member
/linux/tools/include/uapi/linux/
H A Dperf_event.h441 sample_id_all : 1, /* sample_type all events */ member
/linux/tools/perf/bench/
H A Dinject-buildid.c149 event.attr.attr.sample_id_all = 1; in synthesize_attr()
/linux/kernel/events/
H A Dring_buffer.c192 if (event->attr.sample_id_all) in __perf_output_begin()
/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt302 sample_id_all 1
830 sample_id_all 1
845 sample_id_all 1
868 sample_id_all 1
/linux/tools/perf/
H A Dbuiltin-script.c2623 if (evsel && !evsel->core.attr.sample_id_all) { in print_event_with_time()

12