/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | record.c | 98 bool sample_id = opts->sample_id; in perf_evlist__config() local 129 sample_id = true; in perf_evlist__config() 139 sample_id = true; in perf_evlist__config() 142 if (sample_id) { in perf_evlist__config()
|
H A D | record.h | 48 bool sample_id; member
|
H A D | python.c | 139 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|
H A D | evlist.c | 57 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | record.c | 100 bool sample_id = opts->sample_id; in evlist__config() local 124 sample_id = true; in evlist__config() 134 sample_id = true; in evlist__config() 137 if (sample_id) { in evlist__config()
|
H A D | record.h | 50 bool sample_id; member
|
H A D | python.c | 236 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|
H A D | evlist.c | 69 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evsel.c | 281 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id() 282 if (evsel->sample_id == NULL) in perf_evsel__alloc_id() 287 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id() 288 evsel->sample_id = NULL; in perf_evsel__alloc_id() 297 xyarray__delete(evsel->sample_id); in perf_evsel__free_id() 298 evsel->sample_id = NULL; in perf_evsel__free_id()
|
H A D | evlist.c | 225 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 584 evsel->sample_id == NULL && in perf_evlist__mmap_ops()
|
/kernel/linux/linux-6.6/tools/lib/perf/ |
H A D | evsel.c | 518 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id() 519 if (evsel->sample_id == NULL) in perf_evsel__alloc_id() 524 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id() 525 evsel->sample_id = NULL; in perf_evsel__alloc_id() 534 xyarray__delete(evsel->sample_id); in perf_evsel__free_id() 535 evsel->sample_id = NULL; in perf_evsel__free_id()
|
H A D | evlist.c | 247 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 648 evsel->sample_id == NULL && in perf_evlist__mmap_ops()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | soundfont.c | 29 static int probe_data(struct snd_sf_list *sflist, int sample_id); 48 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id); 321 probe_data(struct snd_sf_list *sflist, int sample_id) in probe_data() argument 326 if (find_sample(sflist->currsf, sample_id)) in probe_data() 673 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample() argument 681 if (p->v.sample == sample_id) in find_sample() 945 int note, sample_id; in load_guspatch() local 963 sample_id = sflist->sample_counter; in load_guspatch() 964 smp->v.sample = sample_id; in load_guspatch() 1022 zone->v.sample = sample_id; /* th in load_guspatch() [all...] |
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | soundfont.c | 29 static int probe_data(struct snd_sf_list *sflist, int sample_id); 48 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id); 321 probe_data(struct snd_sf_list *sflist, int sample_id) in probe_data() argument 326 if (find_sample(sflist->currsf, sample_id)) in probe_data() 677 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample() argument 685 if (p->v.sample == sample_id) in find_sample() 951 int note, sample_id; in load_guspatch() local 970 sample_id = sflist->sample_counter; in load_guspatch() 971 smp->v.sample = sample_id; in load_guspatch() 1030 zone->v.sample = sample_id; /* th in load_guspatch() [all...] |
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
H A D | evsel.h | 44 struct xyarray *sample_id; member
|
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
H A D | evsel.h | 56 struct xyarray *sample_id; member
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, *x): 1030 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiq", 20, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt) 1032 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiq", 24, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset, ip, time, cpu, to_dso_id, to_symbol_id, to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, insn_cnt, cyc_cnt, flags, *x): 1033 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags) 1035 value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, evsel_id, 8, machine_id, 8, thread_id, 8, comm_id, 8, dso_id, 8, symbol_id, 8, sym_offset, 8, ip, 8, time, 4, cpu, 8, to_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, 8, insn_cnt, 8, cyc_cnt, 4, flags)
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-record.c | 1869 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx); in __record__save_lost_samples() 1899 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples() 2418 rec->opts.sample_id = true; in __cmd_record()
|
H A D | builtin-stat.c | 266 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 1611 u32 sample_id; member
|
H A D | debugfs_htt_stats.c | 3406 len += HTT_DBG_OUT(buf + len, buf_len - len, "sample_id = %u", in htt_print_rx_reo_debug_stats_tlv_v() 3407 htt_stats_buf->sample_id); in htt_print_rx_reo_debug_stats_tlv_v()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_htt_stats.h | 1727 u32 sample_id; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-stat.c | 304 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
H A D | builtin-record.c | 1709 rec->opts.sample_id = true; in __cmd_record()
|