Searched refs:sample_id (Results 1 – 11 of 11) sorted by relevance
/tools/perf/lib/ |
D | evsel.c | 242 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id() 243 if (evsel->sample_id == NULL) in perf_evsel__alloc_id() 248 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id() 249 evsel->sample_id = NULL; in perf_evsel__alloc_id() 258 xyarray__delete(evsel->sample_id); in perf_evsel__free_id() 259 evsel->sample_id = NULL; in perf_evsel__free_id()
|
D | evlist.c | 182 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|
/tools/perf/util/ |
D | record.c | 145 bool sample_id = opts->sample_id; in perf_evlist__config() local 172 sample_id = true; in perf_evlist__config() 182 sample_id = true; in perf_evlist__config() 185 if (sample_id) { in perf_evlist__config()
|
D | record.h | 45 bool sample_id; member
|
D | evlist.c | 53 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y) 921 evsel->core.sample_id == NULL && in evlist__mmap_ex()
|
D | python.c | 118 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|
/tools/perf/lib/include/internal/ |
D | evsel.h | 44 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 | 238 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
D | builtin-record.c | 1409 rec->opts.sample_id = true; in __cmd_record()
|
/tools/lib/bpf/ |
D | libbpf.c | 5603 uint64_t sample_id; member
|