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

  /external/linux-tools-perf/python/
twatch.py 24 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_TID)
  /external/linux-tools-perf/
builtin-record.c 171 attr->sample_type |= PERF_SAMPLE_IP | PERF_SAMPLE_TID;
174 attr->sample_type |= PERF_SAMPLE_ID;
183 attr->sample_type |= PERF_SAMPLE_PERIOD;
198 attr->sample_type |= PERF_SAMPLE_ADDR;
203 attr->sample_type |= PERF_SAMPLE_CALLCHAIN;
206 attr->sample_type |= PERF_SAMPLE_CPU;
210 attr->sample_type |= PERF_SAMPLE_TIME;
213 attr->sample_type |= PERF_SAMPLE_TIME;
214 attr->sample_type |= PERF_SAMPLE_RAW;
215 attr->sample_type |= PERF_SAMPLE_CPU
    [all...]
builtin-test.c 468 .sample_type = PERF_SAMPLE_ID,
481 int sample_size = __perf_evsel__sample_size(attr.sample_type);
566 err = perf_event__parse_sample(event, attr.sample_type, sample_size,
builtin-script.c 124 u64 sample_type, const char *sample_msg,
130 if (attr->sample_type & sample_type)
166 !(attr->sample_type & PERF_SAMPLE_CALLCHAIN))
builtin-top.c 886 attr->sample_type = PERF_SAMPLE_IP | PERF_SAMPLE_TID;
889 attr->sample_type |= PERF_SAMPLE_PERIOD;
895 attr->sample_type |= PERF_SAMPLE_ID;
builtin-report.c 162 if (!(self->sample_type & PERF_SAMPLE_CALLCHAIN)) {
builtin-timechart.c 504 if (session->sample_type & PERF_SAMPLE_TIME) {
512 if (session->sample_type & PERF_SAMPLE_RAW && sample->raw_size > 0) {
builtin-sched.c     [all...]
  /external/linux-tools-perf/util/
evsel.h 160 int __perf_evsel__sample_size(u64 sample_type);
164 return __perf_evsel__sample_size(evsel->attr.sample_type);
session.h 52 u64 sample_type; member in struct:perf_session
170 return perf_event__parse_sample(event, session->sample_type,