Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
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()
/Linux-v6.6/tools/perf/util/bpf_skel/
Dlock_data.h40 LOCK_AGGR_TASK, enumerator
Dlock_contention.bpf.c305 } else if (aggr_mode == LOCK_AGGR_TASK) { in contention_begin()
358 case LOCK_AGGR_TASK: in contention_end()
/Linux-v6.6/tools/perf/
Dbuiltin-lock.c618 case LOCK_AGGR_TASK: in get_key_by_aggr_mode_simple()
1106 case LOCK_AGGR_TASK: in report_lock_contention_begin_event()
1646 case LOCK_AGGR_TASK: in print_header_stdio()
1670 case LOCK_AGGR_TASK: in print_header_csv()
1713 case LOCK_AGGR_TASK: in print_lock_stat_stdio()
1763 case LOCK_AGGR_TASK: in print_lock_stat_csv()
1953 aggr_mode = LOCK_AGGR_TASK; in __cmd_report()
2061 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()