Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsession.c588 if (sample_id_all) { in perf_event__comm_swap()
605 if (sample_id_all) { in perf_event__mmap_swap()
629 if (sample_id_all) { in perf_event__mmap2_swap()
644 if (sample_id_all) in perf_event__task_swap()
657 if (sample_id_all) in perf_event__read_swap()
667 if (sample_id_all) in perf_event__aux_swap()
677 if (sample_id_all) in perf_event__itrace_start_swap()
690 if (sample_id_all) in perf_event__switch_swap()
700 if (sample_id_all) { in perf_event__text_poke_swap()
719 if (sample_id_all) in perf_event__throttle_swap()
[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.c884 sample_id_all = 1; in pyrf_evsel__init() local
896 &precise_ip, &mmap_data, &sample_id_all, in pyrf_evsel__init()
927 attr.sample_id_all = sample_id_all; in pyrf_evsel__init()
1146 int sample_id_all = 1, cpu; in pyrf_evlist__read_on_cpu() local
1152 &cpu, &sample_id_all)) in pyrf_evlist__read_on_cpu()
H A Devsel.c1135 attr->sample_id_all = perf_missing_features.sample_id_all ? 0 : 1; in evsel__config()
1225 (!perf_missing_features.sample_id_all && in evsel__config()
1863 if (perf_missing_features.sample_id_all) in evsel__disable_missing_features()
1864 evsel->core.attr.sample_id_all = 0; in evsel__disable_missing_features()
1969 } else if (!perf_missing_features.sample_id_all) { in evsel__detect_missing_features()
1970 perf_missing_features.sample_id_all = true; in evsel__detect_missing_features()
2373 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample()
2707 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample_timestamp()
H A Devlist.c724 if (!first->core.attr.sample_id_all && in evlist__event2evsel()
1289 return first->core.attr.sample_id_all ? evsel__id_hdr_size(first) : 0; in evlist__id_hdr_size()
1297 if (first->core.attr.sample_id_all != pos->core.attr.sample_id_all) in evlist__valid_sample_id_all()
1307 return first->core.attr.sample_id_all; in evlist__sample_id_all()
H A Dintel-bts.c804 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
H A Dperf_event_attr_fprintf.c303 PRINT_ATTRf(sample_id_all, p_unsigned); in perf_event_attr__fprintf()
H A Devsel.h176 bool sample_id_all; member
H A Dbpf-event.c530 .sample_id_all = 1, in evlist__add_bpf_sb_event()
H A Darm-spe.c1162 attr.sample_id_all = evsel->core.attr.sample_id_all; in arm_spe_synth_events()
H A Dcs-etm.c1638 attr.sample_id_all = evsel->core.attr.sample_id_all; in cs_etm__synth_events()
H A Dintel-pt.c3759 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_pt_synth_events()
/openbmc/linux/tools/perf/tests/attr/
H A Dbase-record-spe29 sample_id_all=*
H A Dbase-record30 sample_id_all=1
H A Dbase-stat30 sample_id_all=0
H A Dsystem-wide-dummy35 sample_id_all=1
/openbmc/linux/tools/perf/python/
H A Dtwatch.py18 sample_id_all = 1, context_switch = context_switch,
/openbmc/linux/tools/perf/tests/
H A Dattr.c124 WRITE_ASS(sample_id_all, "d"); in store_event()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h437 sample_id_all : 1, /* sample_type all events */ member
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h437 sample_id_all : 1, /* sample_type all events */ member
/openbmc/linux/tools/perf/bench/
H A Dinject-buildid.c149 event.attr.attr.sample_id_all = 1; in synthesize_attr()
/openbmc/linux/kernel/events/
H A Dring_buffer.c188 if (event->attr.sample_id_all) in __perf_output_begin()
H A Dcore.c7158 if (event->attr.sample_id_all) { in perf_event_header__init_id()
7192 if (event->attr.sample_id_all) in perf_event__output_id_sample()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt298 sample_id_all 1
826 sample_id_all 1
841 sample_id_all 1
864 sample_id_all 1
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2512 if (evsel && !evsel->core.attr.sample_id_all) { in print_event_with_time()