/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | session.c | 124 pr_err("non matching sample_id_all\n"); in perf_session__open() 259 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in perf_session__new() 551 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() 579 if (sample_id_all) { in perf_event__mmap_swap() 588 bool sample_id_all) in perf_event__mmap2_swap() 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 570 perf_event__mmap_swap(union perf_event *event, bool sample_id_all) perf_event__mmap_swap() argument 587 perf_event__mmap2_swap(union perf_event *event, bool sample_id_all) perf_event__mmap2_swap() argument 619 perf_event__read_swap(union perf_event *event, bool sample_id_all) perf_event__read_swap() argument 632 perf_event__aux_swap(union perf_event *event, bool sample_id_all) perf_event__aux_swap() argument 642 perf_event__itrace_start_swap(union perf_event *event, bool sample_id_all) perf_event__itrace_start_swap() argument 652 perf_event__switch_swap(union perf_event *event, bool sample_id_all) perf_event__switch_swap() argument 665 perf_event__text_poke_swap(union perf_event *event, bool sample_id_all) perf_event__text_poke_swap() argument 683 perf_event__throttle_swap(union perf_event *event, bool sample_id_all) perf_event__throttle_swap() argument 694 perf_event__namespaces_swap(union perf_event *event, bool sample_id_all) perf_event__namespaces_swap() argument 714 perf_event__cgroup_swap(union perf_event *event, bool sample_id_all) perf_event__cgroup_swap() argument 1657 event_swap(union perf_event *event, bool sample_id_all) event_swap() argument [all...] |
H A D | sideband_evlist.c | 20 if (!attr->sample_id_all) { in perf_evlist__add_sb_event() 21 pr_warning("enabling sample_id_all for all side band events\n"); 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 D | python.c | 745 "sample_id_all", in pyrf_evsel__init() 771 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 1034 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() 1039 &cpu, &sample_id_all)) in pyrf_evlist__read_on_cpu()
|
H A D | evsel.c | 159 * sample_id_all is used there is an id sample appended to non-sample events. 1064 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() 1940 pr_debug2_peo("switching off sample_id_all\n"); in evsel__open_cpu() 2116 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample() [all...] |
H A D | perf_event_attr_fprintf.c | 122 PRINT_ATTRf(sample_id_all, p_unsigned); in perf_event_attr__fprintf()
|
H A D | evlist.c | 605 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 D | intel-bts.c | 804 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
|
H A D | arm-spe.c | 832 attr.sample_id_all = evsel->core.attr.sample_id_all; in arm_spe_synth_events()
|
H A D | bpf-event.c | 521 .sample_id_all = 1, in evlist__add_bpf_sb_event()
|
H A D | evsel.h | 39 * PERF_SAMPLE_IDENTIFIER) in a non-sample event i.e. if sample_id_all 133 bool sample_id_all; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sideband_evlist.c | 20 if (!attr->sample_id_all) { in evlist__add_sb_event() 21 pr_warning("enabling sample_id_all for all side band events\n"); 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 D | session.c | 130 pr_err("non matching sample_id_all\n"); in perf_session__open() 269 dump_printf("WARNING: No sample_id_all support, falling back to unordered processing\n"); in __perf_session__new() 572 bool sample_id_all __maybe_unused) in perf_event__all64_swap() 578 static void perf_event__comm_swap(union perf_event *event, bool sample_id_all) in perf_event__comm_swap() argument 583 if (sample_id_all) { in perf_event__comm_swap() 592 bool sample_id_all) in perf_event__mmap_swap() 600 if (sample_id_all) { in perf_event__mmap_swap() 609 bool sample_id_all) in perf_event__mmap2_swap() 624 if (sample_id_all) { in perf_event__mmap2_swap() 631 static void perf_event__task_swap(union perf_event *event, bool sample_id_all) in perf_event__task_swap() argument 591 perf_event__mmap_swap(union perf_event *event, bool sample_id_all) perf_event__mmap_swap() argument 608 perf_event__mmap2_swap(union perf_event *event, bool sample_id_all) perf_event__mmap2_swap() argument 643 perf_event__read_swap(union perf_event *event, bool sample_id_all) perf_event__read_swap() argument 656 perf_event__aux_swap(union perf_event *event, bool sample_id_all) perf_event__aux_swap() argument 666 perf_event__itrace_start_swap(union perf_event *event, bool sample_id_all) perf_event__itrace_start_swap() argument 676 perf_event__switch_swap(union perf_event *event, bool sample_id_all) perf_event__switch_swap() argument 689 perf_event__text_poke_swap(union perf_event *event, bool sample_id_all) perf_event__text_poke_swap() argument 707 perf_event__throttle_swap(union perf_event *event, bool sample_id_all) perf_event__throttle_swap() argument 718 perf_event__namespaces_swap(union perf_event *event, bool sample_id_all) perf_event__namespaces_swap() argument 738 perf_event__cgroup_swap(union perf_event *event, bool sample_id_all) perf_event__cgroup_swap() argument 1751 event_swap(union perf_event *event, bool sample_id_all) event_swap() argument [all...] |
H A D | python.c | 848 "sample_id_all", in pyrf_evsel__init() 874 sample_id_all = 1; in pyrf_evsel__init() local 886 &precise_ip, &mmap_data, &sample_id_all, in pyrf_evsel__init() 917 attr.sample_id_all = sample_id_all; in pyrf_evsel__init() 1136 int sample_id_all = 1, cpu; in pyrf_evlist__read_on_cpu() local 1137 static char *kwlist[] = { "cpu", "sample_id_all", NULL }; in pyrf_evlist__read_on_cpu() 1142 &cpu, &sample_id_all)) in pyrf_evlist__read_on_cpu()
|
H A D | evsel.c | 196 * sample_id_all is used there is an id sample appended to non-sample events. 1135 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() 1971 pr_debug2_peo("switching off sample_id_all\n"); in evsel__detect_missing_features() 2373 if (!evsel->core.attr.sample_id_all) in evsel__parse_sample() [all...] |
H A D | evlist.c | 724 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 D | intel-bts.c | 804 attr.sample_id_all = evsel->core.attr.sample_id_all; in intel_bts_synth_events()
|
/kernel/linux/linux-5.10/tools/perf/python/ |
H A D | twatch.py | 18 sample_id_all = 1, context_switch = context_switch,
|
/kernel/linux/linux-6.6/tools/perf/python/ |
H A D | twatch.py | 18 sample_id_all = 1, context_switch = context_switch,
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.c | 123 WRITE_ASS(sample_id_all, "d"); in store_event()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | attr.c | 124 WRITE_ASS(sample_id_all, "d"); in store_event()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | perf_event.h | 216 sample_id_all : 1, member
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | inject-buildid.c | 148 event.attr.attr.sample_id_all = 1; in synthesize_attr()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | perf_event.h | 372 sample_id_all : 1, /* sample_type all events */ member 737 * If perf_event_attr.sample_id_all is set then all event types will 753 * } && perf_event_attr::sample_id_all
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | perf_event.h | 372 sample_id_all : 1, /* sample_type all events */ member 737 * If perf_event_attr.sample_id_all is set then all event types will 753 * } && perf_event_attr::sample_id_all
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | perf_event.h | 437 sample_id_all : 1, /* sample_type all events */ member 837 * If perf_event_attr.sample_id_all is set then all event types will 853 * } && perf_event_attr::sample_id_all
|