Home
last modified time | relevance | path

Searched refs:PERF_TOOL_DURATION_TIME (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Devsel.h31 PERF_TOOL_DURATION_TIME = 1, enumerator
42 for ((ev) = PERF_TOOL_DURATION_TIME; (ev) < PERF_TOOL_MAX; ev++)
H A Dprint-events.c45 [PERF_TOOL_DURATION_TIME] = {
H A Dparse-events.l322 duration_time { return tool(yyscanner, PERF_TOOL_DURATION_TIME); }
H A Dstat-shadow.c375 case PERF_TOOL_DURATION_TIME: in prepare_metric()
H A Dparse-events.c316 if (tool_event == PERF_TOOL_DURATION_TIME in add_event_tool()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c282 case PERF_TOOL_DURATION_TIME: { in read_single_counter()