Searched refs:sample_id (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | record.c | 141 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()
|
D | evsel.c | 1226 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()
|
D | evsel.h | 96 struct xyarray *sample_id; member
|
D | evlist.c | 38 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 1050 evsel->sample_id == NULL && in perf_evlist__mmap_ex()
|
D | python.c | 106 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|
/Linux-v4.19/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-v4.19/tools/perf/ |
D | perf.h | 68 bool sample_id; member
|
D | builtin-record.c | 915 rec->opts.sample_id = true; in __cmd_record()
|
D | builtin-stat.c | 323 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 719 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…
|