Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/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-6.6.21/tools/perf/
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()
1661 case LOCK_AGGR_TASK: in print_header_stdio()
1685 case LOCK_AGGR_TASK: in print_header_csv()
1728 case LOCK_AGGR_TASK: in print_lock_stat_stdio()
1778 case LOCK_AGGR_TASK: in print_lock_stat_csv()
1968 aggr_mode = LOCK_AGGR_TASK; in __cmd_report()
2076 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()