Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf_lock_contention.c37 if (con->aggr_mode == LOCK_AGGR_TASK) in lock_contention_prepare()
184 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_get_name()
271 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_read()
312 case LOCK_AGGR_TASK: in lock_contention_read()
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dlock_data.h40 LOCK_AGGR_TASK, enumerator
H A Dlock_contention.bpf.c308 } else if (aggr_mode == LOCK_AGGR_TASK) { in contention_begin()
361 case LOCK_AGGR_TASK: in contention_end()
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c633 case LOCK_AGGR_TASK: in get_key_by_aggr_mode_simple()
1121 case LOCK_AGGR_TASK: in report_lock_contention_begin_event()
1648 case LOCK_AGGR_TASK: in print_header_stdio()
1672 case LOCK_AGGR_TASK: in print_header_csv()
1715 case LOCK_AGGR_TASK: in print_lock_stat_stdio()
1765 case LOCK_AGGR_TASK: in print_lock_stat_csv()
1955 aggr_mode = LOCK_AGGR_TASK; in __cmd_report()
2063 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()