sample_id          29 sound/synth/emux/soundfont.c static int probe_data(struct snd_sf_list *sflist, int sample_id);
sample_id          48 sound/synth/emux/soundfont.c static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
sample_id         321 sound/synth/emux/soundfont.c probe_data(struct snd_sf_list *sflist, int sample_id)
sample_id         326 sound/synth/emux/soundfont.c 		if (find_sample(sflist->currsf, sample_id))
sample_id         673 sound/synth/emux/soundfont.c find_sample(struct snd_soundfont *sf, int sample_id)
sample_id         681 sound/synth/emux/soundfont.c 		if (p->v.sample == sample_id)
sample_id         945 sound/synth/emux/soundfont.c 	int note, sample_id;
sample_id         963 sound/synth/emux/soundfont.c 	sample_id = sflist->sample_counter;
sample_id         964 sound/synth/emux/soundfont.c 	smp->v.sample = sample_id;
sample_id        1022 sound/synth/emux/soundfont.c 	zone->v.sample = sample_id; /* the last sample */
sample_id        5595 tools/lib/bpf/libbpf.c 	uint64_t sample_id;
sample_id        1409 tools/perf/builtin-record.c 		rec->opts.sample_id = true;
sample_id         238 tools/perf/builtin-stat.c #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
sample_id         182 tools/perf/lib/evlist.c #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
sample_id         242 tools/perf/lib/evsel.c 	evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id));
sample_id         243 tools/perf/lib/evsel.c 	if (evsel->sample_id == NULL)
sample_id         248 tools/perf/lib/evsel.c 		xyarray__delete(evsel->sample_id);
sample_id         249 tools/perf/lib/evsel.c 		evsel->sample_id = NULL;
sample_id         258 tools/perf/lib/evsel.c 	xyarray__delete(evsel->sample_id);
sample_id         259 tools/perf/lib/evsel.c 	evsel->sample_id = NULL;
sample_id          44 tools/perf/lib/include/internal/evsel.h 	struct xyarray		*sample_id;
sample_id          53 tools/perf/util/evlist.c #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
sample_id         921 tools/perf/util/evlist.c 		    evsel->core.sample_id == NULL &&
sample_id         118 tools/perf/util/python.c 	sample_member_def(sample_id, id, T_ULONGLONG, "event id"),			 \
sample_id         145 tools/perf/util/record.c 	bool sample_id = opts->sample_id;
sample_id         172 tools/perf/util/record.c 		sample_id = true;
sample_id         182 tools/perf/util/record.c 		sample_id = true;
sample_id         185 tools/perf/util/record.c 	if (sample_id) {
sample_id          45 tools/perf/util/record.h 	bool	      sample_id;