Home
last modified time | relevance | path

Searched refs:sample_id (Results 1 – 11 of 11) sorted by relevance

/tools/perf/lib/
Devsel.c242 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()
Devlist.c182 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
/tools/perf/util/
Drecord.c145 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()
Drecord.h45 bool sample_id; member
Devlist.c53 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
921 evsel->core.sample_id == NULL && in evlist__mmap_ex()
Dpython.c118 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
/tools/perf/lib/include/internal/
Devsel.h44 struct xyarray *sample_id; member
/tools/perf/scripts/python/
Dexport-to-postgresql.py1028 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/
Dbuiltin-stat.c238 #define SID(e, x, y) xyarray__entry(e->core.sample_id, x, y)
Dbuiltin-record.c1409 rec->opts.sample_id = true; in __cmd_record()
/tools/lib/bpf/
Dlibbpf.c5603 uint64_t sample_id; member