Home
last modified time | relevance | path

Searched refs:cyc_count (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dthread-stack.c59 u64 cyc_count; member
95 u64 cyc_count; member
317 cr.cyc_count = ts->cyc_count - tse->cyc_count; in thread_stack__call_return()
803 tse->cyc_count = ts->cyc_count; in thread_stack__push_cp()
1146 ts->cyc_count += sample->cyc_cnt; in thread_stack__process()
Dthread-stack.h61 u64 cyc_count; member
/linux-5.19.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c1358 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()