Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/tools/perf/scripts/python/
Dexport-to-postgresql.py429 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument
431 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiB", 17, 8, sample_id, 8, evsel_id, 8, mach…
433 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiB", 21, 8, sample_id, 8, evsel_id,…
/linux-4.1.27/tools/perf/util/
Devsel.c840 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id()
841 if (evsel->sample_id == NULL) in perf_evsel__alloc_id()
846 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id()
847 evsel->sample_id = NULL; in perf_evsel__alloc_id()
875 xyarray__delete(evsel->sample_id); in perf_evsel__free_id()
876 evsel->sample_id = NULL; in perf_evsel__free_id()
Devsel.h67 struct xyarray *sample_id; member
Devlist.c33 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
1018 evsel->sample_id == NULL && in perf_evlist__mmap()
Dpython.c60 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \