Home
last modified time | relevance | path

Searched refs:sample_id (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Drecord.c100 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 Drecord.h50 bool sample_id; member
H A Dpython.c246 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)
/openbmc/linux/tools/lib/perf/
H A Devsel.c518 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 Devlist.c247 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
654 evsel->sample_id == NULL && in perf_evlist__mmap_ops()
/openbmc/linux/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) 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()
954 int note, sample_id; in load_guspatch() local
975 sample_id = sflist->sample_counter; in load_guspatch()
976 smp->v.sample = sample_id; in load_guspatch()
1035 zone->v.sample = sample_id; /* the last sample */ in load_guspatch()
/openbmc/linux/tools/lib/perf/include/internal/
H A Devsel.h56 struct xyarray *sample_id; member
/openbmc/linux/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… argument
1033 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id,…
1035 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, e…
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c1871 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx); in __record__save_lost_samples()
1901 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples()
2420 rec->opts.sample_id = true; in __cmd_record()
H A Dbuiltin-stat.c266 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h1727 u32 sample_id; member
H A Ddebugfs_htt_stats.c3240 htt_stats_buf->sample_id); in htt_print_rx_reo_debug_stats_tlv_v()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c12644 uint64_t sample_id; member