Searched refs:sample_id (Results 1 – 11 of 11) sorted by relevance
/tools/perf/util/ |
D | record.c | 100 bool sample_id = opts->sample_id; in evlist__config() local 131 sample_id = true; in evlist__config() 141 sample_id = true; in evlist__config() 144 if (sample_id) { in evlist__config()
|
D | record.h | 50 bool sample_id; member
|
D | python.c | 166 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|
D | evlist.c | 62 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
/tools/lib/perf/ |
D | evsel.c | 413 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id() 414 if (evsel->sample_id == NULL) in perf_evsel__alloc_id() 419 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id() 420 evsel->sample_id = NULL; in perf_evsel__alloc_id() 429 xyarray__delete(evsel->sample_id); in perf_evsel__free_id() 430 evsel->sample_id = NULL; in perf_evsel__free_id()
|
D | evlist.c | 223 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 590 evsel->sample_id == NULL && in perf_evlist__mmap_ops()
|
/tools/lib/perf/include/internal/ |
D | evsel.h | 45 struct xyarray *sample_id; member
|
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 1028 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 1030 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiq", 20, 8, sample_id, 8, evsel_id, 8… 1032 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiq", 24, 8, sample_id, 8, evs…
|
/tools/perf/ |
D | builtin-stat.c | 328 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
D | builtin-record.c | 1714 rec->opts.sample_id = true; in __cmd_record()
|
/tools/lib/bpf/ |
D | libbpf.c | 10145 uint64_t sample_id; member
|