Searched refs:sample_id (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/perf/util/
H A Drecord.c100 bool sample_id = opts->sample_id; local
124 sample_id = true;
134 sample_id = true;
137 if (sample_id) {
H A Drecord.h50 bool sample_id; member in struct:record_opts
H A Dpython.c237 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
H A Devlist.c69 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
/linux-master/tools/lib/perf/include/internal/
H A Devsel.h56 struct xyarray *sample_id; member in struct:perf_evsel
/linux-master/tools/lib/perf/
H A Devsel.c518 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id));
519 if (evsel->sample_id == NULL)
524 xyarray__delete(evsel->sample_id);
525 evsel->sample_id = NULL;
534 xyarray__delete(evsel->sample_id);
535 evsel->sample_id = NULL;
H A Devlist.c247 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
654 evsel->sample_id == NULL &&
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore_ssram.c124 u8 sample_id = lpm_indices[m] + mode_offset; local
126 ret = pmt_telem_read32(ep, sample_id, req_offset, 1);
/linux-master/sound/synth/emux/
H A Dsoundfont.c29 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) argument
326 if (find_sample(sflist->currsf, sample_id))
677 find_sample(struct snd_soundfont *sf, int sample_id) argument
685 if (p->v.sample == sample_id)
951 int note, sample_id; local
970 sample_id = sflist->sample_counter;
971 smp->v.sample = sample_id;
1030 zone->v.sample = sample_id; /* th
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py1031 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)
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h1727 u32 sample_id; member in struct:htt_rx_reo_resource_stats_tlv_v
H A Ddebugfs_htt_stats.c3239 len += scnprintf(buf + len, buf_len - len, "sample_id = %u\n",
3240 htt_stats_buf->sample_id);
/linux-master/tools/perf/
H A Dbuiltin-record.c1917 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx);
1939 struct xyarray *xy = evsel->core.sample_id;
2477 rec->opts.sample_id = true;
H A Dbuiltin-stat.c266 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
/linux-master/tools/lib/bpf/
H A Dlibbpf.c13179 uint64_t sample_id; member in struct:perf_sample_lost

Completed in 253 milliseconds