Searched refs:sample_id (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/util/ |
D | evsel.c | 70 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id)); in perf_evsel__alloc_id() 71 if (evsel->sample_id == NULL) in perf_evsel__alloc_id() 76 xyarray__delete(evsel->sample_id); in perf_evsel__alloc_id() 77 evsel->sample_id = NULL; in perf_evsel__alloc_id() 99 xyarray__delete(evsel->sample_id); in perf_evsel__free_id() 100 evsel->sample_id = NULL; in perf_evsel__free_id() 120 xyarray__delete(evsel->sample_id); in perf_evsel__exit()
|
D | evsel.h | 60 struct xyarray *sample_id; member
|
D | evlist.c | 29 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y) 395 evsel->sample_id == NULL && in perf_evlist__mmap()
|
D | python.c | 47 sample_member_def(sample_id, id, T_ULONGLONG, "event id"), \
|
/external/esd/include/ |
D | esd.h | 225 int sample_id; /* either a stream fd or sample id */ member 298 int esd_set_default_sample_pan( int esd, int sample_id,
|
/external/linux-tools-perf/ |
D | android.patch | 575 #define SID(e, x, y) xyarray__entry(e->sample_id, x, y)
|