Home
last modified time | relevance | path

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

/tools/perf/util/
Devsel.h25 PERF_TOOL_DURATION_TIME = 1, enumerator
Dparse-events.l336 duration_time { return tool(yyscanner, PERF_TOOL_DURATION_TIME); }
Dparse-events.c372 if (tool_event == PERF_TOOL_DURATION_TIME) in add_event_tool()
/tools/perf/
Dbuiltin-stat.c253 if (counter->tool_event == PERF_TOOL_DURATION_TIME) { in read_single_counter()