HomeSort by relevance Sort by last modified time
    Searched refs:perf_sample_id (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.h 88 struct perf_sample_id *perf_evlist__id2sid(struct perf_evlist *evlist, u64 id);
evlist.c 346 struct perf_sample_id *sid = SID(evsel, cpu, thread);
402 struct perf_sample_id *perf_evlist__id2sid(struct perf_evlist *evlist, u64 id)
405 struct perf_sample_id *sid;
420 struct perf_sample_id *sid;
461 struct perf_sample_id *sid;
886 if (sample_type & PERF_SAMPLE_ID)
evsel.h 34 * Per fd, to map back from PERF_SAMPLE_ID to evsel, only used when there are
37 struct perf_sample_id { struct
51 * @id_pos: the position of the event id (PERF_SAMPLE_ID or
54 * @is_pos: the position (counting backwards) of the event id (PERF_SAMPLE_ID or
evsel.c 55 * This function returns the position of the event id (PERF_SAMPLE_ID or
66 if (!(sample_type & PERF_SAMPLE_ID))
89 * (PERF_SAMPLE_ID or PERF_SAMPLE_IDENTIFIER) in a non-sample event i.e. if
99 if (!(sample_type & PERF_SAMPLE_ID))
751 evsel->sample_id = xyarray__new(ncpus, nthreads, sizeof(struct perf_sample_id));
1195 if (type & PERF_SAMPLE_ID) {
1310 if (type & PERF_SAMPLE_ID) {
    [all...]
session.c 898 struct perf_sample_id *sid;
982 * attr.sample_id_all and/or without PERF_SAMPLE_ID. In the
    [all...]

Completed in 219 milliseconds