Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Drecord.c141 bool sample_id = opts->sample_id; in perf_evlist__config() local
168 sample_id = true; in perf_evlist__config()
178 sample_id = true; in perf_evlist__config()
181 if (sample_id) { in perf_evlist__config()
Devsel.c1226 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id()
1227 if (evsel->sample_id == NULL) in perf_evsel__alloc_id()
1232 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id()
1233 evsel->sample_id = NULL; in perf_evsel__alloc_id()
1248 xyarray__delete(evsel->sample_id); in perf_evsel__free_id()
1249 evsel->sample_id = NULL; in perf_evsel__free_id()
Devsel.h96 struct xyarray *sample_id; member
Devlist.c38 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
1050 evsel->sample_id == NULL && in perf_evlist__mmap_ex()
Dpython.c106 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
/Linux-v4.19/sound/synth/emux/
Dsoundfont.c42 static int probe_data(struct snd_sf_list *sflist, int sample_id);
61 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
334 probe_data(struct snd_sf_list *sflist, int sample_id) in probe_data() argument
339 if (find_sample(sflist->currsf, sample_id)) in probe_data()
686 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample() argument
694 if (p->v.sample == sample_id) in find_sample()
956 int note, sample_id; in load_guspatch() local
974 sample_id = sflist->sample_counter; in load_guspatch()
975 smp->v.sample = sample_id; in load_guspatch()
1033 zone->v.sample = sample_id; /* the last sample */ in load_guspatch()
/Linux-v4.19/tools/perf/
Dperf.h68 bool sample_id; member
Dbuiltin-record.c915 rec->opts.sample_id = true; in __cmd_record()
Dbuiltin-stat.c323 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
/Linux-v4.19/tools/perf/scripts/python/
Dexport-to-postgresql.py719 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
721 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiq", 18, 8, sample_id, 8, evsel_id, 8, ma…
723 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiq", 22, 8, sample_id, 8, evsel_i…