Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Drecord.c100 bool sample_id = opts->sample_id; in evlist__config() local
131 sample_id = true; in evlist__config()
141 sample_id = true; in evlist__config()
144 if (sample_id) { in evlist__config()
A Drecord.h50 bool sample_id; member
A Dpython.c178 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
A Devlist.c62 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
/linux/tools/lib/perf/
A Devsel.c413 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id()
414 if (evsel->sample_id == NULL) in perf_evsel__alloc_id()
419 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id()
420 evsel->sample_id = NULL; in perf_evsel__alloc_id()
429 xyarray__delete(evsel->sample_id); in perf_evsel__free_id()
430 evsel->sample_id = NULL; in perf_evsel__free_id()
A Devlist.c223 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
591 evsel->sample_id == NULL && in perf_evlist__mmap_ops()
/linux/sound/synth/emux/
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()
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; /* the last sample */ in load_guspatch()
/linux/tools/lib/perf/include/internal/
A Devsel.h45 struct xyarray *sample_id; member
/linux/tools/perf/scripts/python/
A Dexport-to-postgresql.py1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
1030 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiq", 20, 8, sample_id, 8, evsel_id, 8…
1032 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiq", 24, 8, sample_id, 8, evs…
/linux/drivers/net/wireless/ath/ath11k/
A Ddebugfs_htt_stats.h1673 u32 sample_id; member
A Ddebugfs_htt_stats.c3154 htt_stats_buf->sample_id); in htt_print_rx_reo_debug_stats_tlv_v()
/linux/tools/perf/
A Dbuiltin-stat.c328 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
A Dbuiltin-record.c1723 rec->opts.sample_id = true; in __cmd_record()
/linux/tools/lib/bpf/
A Dlibbpf.c10772 uint64_t sample_id; member

Completed in 75 milliseconds