Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsession.c551 bool sample_id_all __maybe_unused) in perf_event__all64_swap()
557 static void perf_event__comm_swap(union perf_event *event, bool sample_id_all) in perf_event__comm_swap() argument
562 if (sample_id_all) { in perf_event__comm_swap()
571 bool sample_id_all) in perf_event__mmap_swap() argument
579 if (sample_id_all) { in perf_event__mmap_swap()
588 bool sample_id_all) in perf_event__mmap2_swap() argument
600 if (sample_id_all) { in perf_event__mmap2_swap()
607 static void perf_event__task_swap(union perf_event *event, bool sample_id_all) in perf_event__task_swap() argument
615 if (sample_id_all) in perf_event__task_swap()
619 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 perf_evlist__add_sb_event()
22 attr->sample_id_all = 1; in perf_evlist__add_sb_event()
89 evsel->core.attr.sample_id_all = 1; in evlist__set_cb()
H A Dpython.c771 sample_id_all = 1; in pyrf_evsel__init() local
783 &precise_ip, &mmap_data, &sample_id_all, in pyrf_evsel__init()
814 attr.sample_id_all = sample_id_all; in pyrf_evsel__init()
1033 int sample_id_all = 1, cpu; in pyrf_evlist__read_on_cpu() local
1039 &cpu, &sample_id_all)) in pyrf_evlist__read_on_cpu()
H A Devsel.c1064 attr->sample_id_all = perf_missing_features.sample_id_all ? 0 : 1; in evsel__config()
1153 (!perf_missing_features.sample_id_all && in evsel__config()
1778 if (perf_missing_features.sample_id_all) in evsel__open_cpu()
1779 evsel->core.attr.sample_id_all = 0; in evsel__open_cpu()
1938 } else if (!perf_missing_features.sample_id_all) { in evsel__open_cpu()
1939 perf_missing_features.sample_id_all = true; in evsel__open_cpu()
2116 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample()
2407 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample_timestamp()
H A Devlist.c605 if (!first->core.attr.sample_id_all && in perf_evlist__event2evsel()
1180 if (!first->core.attr.sample_id_all) in perf_evlist__id_hdr_size()
1211 if (first->core.attr.sample_id_all != pos->core.attr.sample_id_all) in evlist__valid_sample_id_all()
1221 return first->core.attr.sample_id_all; in evlist__sample_id_all()
H A Dperf_event_attr_fprintf.c122 PRINT_ATTRf(sample_id_all, p_unsigned); in perf_event_attr__fprintf()
H A Devsel.h133 bool sample_id_all; member
H A Dintel-bts.c804 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
H A Darm-spe.c832 attr.sample_id_all = evsel->core.attr.sample_id_all; in arm_spe_synth_events()
H A Dbpf-event.c521 .sample_id_all = 1, in evlist__add_bpf_sb_event()
H A Dcs-etm.c1324 attr.sample_id_all = evsel->core.attr.sample_id_all; in cs_etm__synth_events()
H A Dintel-pt.c3010 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_pt_synth_events()
/OK3568_Linux_fs/kernel/tools/perf/tests/attr/
H A Dbase-record30 sample_id_all=1
H A Dbase-stat30 sample_id_all=0
H A Dsystem-wide-dummy33 sample_id_all=1
/OK3568_Linux_fs/kernel/tools/perf/python/
H A Dtwatch.py18 sample_id_all = 1, context_switch = context_switch,
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dattr.c123 WRITE_ASS(sample_id_all, "d"); in store_event()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dperf_event.h369 sample_id_all : 1, /* sample_type all events */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dperf_event.h362 sample_id_all : 1, /* sample_type all events */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dperf_event.h362 sample_id_all : 1, /* sample_type all events */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dperf_event.h369 sample_id_all : 1, /* sample_type all events */ member
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dinject-buildid.c148 event.attr.attr.sample_id_all = 1; in synthesize_attr()
/OK3568_Linux_fs/kernel/kernel/events/
H A Dring_buffer.c186 if (event->attr.sample_id_all) in __perf_output_begin()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-intel-pt.txt273 sample_id_all 1
775 sample_id_all 1
790 sample_id_all 1
813 sample_id_all 1
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-script.c2230 if (evsel && !evsel->core.attr.sample_id_all) { in print_event_with_time()

12