Searched refs:sample_id (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/sound/synth/emux/ |
D | soundfont.c | 42 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-4.4.14/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 697 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 699 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiB", 17, 8, sample_id, 8, evsel_id, 8, mach… 701 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiB", 21, 8, sample_id, 8, evsel_id,…
|
/linux-4.4.14/tools/perf/util/ |
D | evsel.c | 999 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id() 1000 if (evsel->sample_id == NULL) in perf_evsel__alloc_id() 1005 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id() 1006 evsel->sample_id = NULL; in perf_evsel__alloc_id() 1021 xyarray__delete(evsel->sample_id); in perf_evsel__free_id() 1022 evsel->sample_id = NULL; in perf_evsel__free_id()
|
D | evsel.h | 85 struct xyarray *sample_id; member
|
D | evlist.c | 34 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 1156 evsel->sample_id == NULL && in perf_evlist__mmap_ex()
|
D | python.c | 60 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|