Searched refs:sample_id (Results 1 – 11 of 11) sorted by relevance
| /tools/perf/util/ |
| A D | record.c | 100 bool sample_id = opts->sample_id; in evlist__config() local 124 sample_id = true; in evlist__config() 134 sample_id = true; in evlist__config() 137 if (sample_id) { in evlist__config()
|
| A D | record.h | 51 bool sample_id; member
|
| A D | python.c | 52 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|
| A D | evlist.c | 74 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
| /tools/lib/perf/ |
| A D | evsel.c | 47 assert(evsel->sample_id == NULL); /* If not free_id wasn't called. */ in perf_evsel__exit() 531 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id() 532 if (evsel->sample_id == NULL) in perf_evsel__alloc_id() 537 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id() 538 evsel->sample_id = NULL; in perf_evsel__alloc_id() 549 xyarray__delete(evsel->sample_id); in perf_evsel__free_id() 550 evsel->sample_id = NULL; in perf_evsel__free_id()
|
| A D | evlist.c | 304 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 711 evsel->sample_id == NULL && in perf_evlist__mmap_ops()
|
| /tools/lib/perf/include/internal/ |
| A D | evsel.h | 106 struct xyarray *sample_id; member
|
| /tools/perf/scripts/python/ |
| A D | export-to-postgresql.py | 1031 def sample_table(sample_id, evsel_id, machine_id, thread_id, comm_id, dso_id, symbol_id, sym_offset… argument 1033 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiiiBiqiqiqii", 21, 8, sample_id, 8, evsel_id,… 1035 …value = struct.pack("!hiqiqiqiqiqiqiqiqiqiqiiiqiqiqiqiqiqiqiqiiiBiqiqiqii", 25, 8, sample_id, 8, e…
|
| /tools/perf/ |
| A D | builtin-record.c | 1949 sid = xyarray__entry(evsel->core.sample_id, cpu_idx, thread_idx); in __record__save_lost_samples() 1972 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples() 2511 rec->opts.sample_id = true; in __cmd_record()
|
| A D | builtin-stat.c | 258 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
|
| /tools/lib/bpf/ |
| A D | libbpf.c | 13614 uint64_t sample_id; member
|
Completed in 865 milliseconds