Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dprint-events.c49 [PERF_TOOL_USER_TIME] = {
H A Dparse-events.l323 user_time { return tool(yyscanner, PERF_TOOL_USER_TIME); }
H A Devsel.h32 PERF_TOOL_USER_TIME = 2, enumerator
H A Dstat-shadow.c379 case PERF_TOOL_USER_TIME: in prepare_metric()
H A Dparse-events.c317 || tool_event == PERF_TOOL_USER_TIME in add_event_tool()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c290 case PERF_TOOL_USER_TIME: in read_single_counter()
295 if (counter->tool_event == PERF_TOOL_USER_TIME) in read_single_counter()