Searched refs:PERF_SAMPLE_TIME (Results 1 – 12 of 12) sorted by relevance
/external/linux-tools-perf/ |
D | builtin-record.c | 210 attr->sample_type |= PERF_SAMPLE_TIME; in config_attr() 213 attr->sample_type |= PERF_SAMPLE_TIME; in config_attr() 272 bool time_needed = attr->sample_type & PERF_SAMPLE_TIME; in open_counters() 293 attr->sample_type &= ~PERF_SAMPLE_TIME; in open_counters()
|
D | builtin-timechart.c | 504 if (session->sample_type & PERF_SAMPLE_TIME) { in process_sample_event()
|
D | builtin-script.c | 176 perf_event_attr__check_stype(attr, PERF_SAMPLE_TIME, "TIME", in perf_evsel__check_attr()
|
/external/linux-tools-perf/util/ |
D | evsel.c | 324 if (type & PERF_SAMPLE_TIME) { in perf_event__parse_id_sample() 381 if (type & PERF_SAMPLE_TIME) { in perf_event__parse_sample()
|
D | event.h | 62 PERF_SAMPLE_TIME | PERF_SAMPLE_ADDR | \
|
D | session.c | 98 if (sample_type & PERF_SAMPLE_TIME) in perf_session__id_header_size() 695 if (session->sample_type & PERF_SAMPLE_TIME) in perf_session__print_tstamp()
|
D | parse-events.c | 472 attr->sample_type |= PERF_SAMPLE_TIME; in parse_single_tracepoint_event()
|
D | python.c | 833 { "SAMPLE_TIME", PERF_SAMPLE_TIME },
|
/external/v8/tools/ |
D | ll_prof.py | 564 PERF_SAMPLE_TIME = 1 << 2 variable 579 ("time", "u64", PERF_SAMPLE_TIME),
|
/external/chromium_org/v8/tools/ |
D | ll_prof.py | 584 PERF_SAMPLE_TIME = 1 << 2 variable 600 ("time", "u64", PERF_SAMPLE_TIME),
|
/external/kernel-headers/original/linux/ |
D | perf_event.h | 119 PERF_SAMPLE_TIME = 1U << 2, enumerator
|
/external/linux-tools-perf/util/include/linux/added/ |
D | perf_event.h | 129 PERF_SAMPLE_TIME = 1U << 2, enumerator
|