Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf_lock_contention.c129 if (con->aggr_mode == LOCK_AGGR_TASK) in lock_contention_prepare()
355 case LOCK_AGGR_TASK: in update_lock_stat()
404 if (aggr_mode == LOCK_AGGR_TASK && con->owner) in account_end_timestamp()
415 if (aggr_mode == LOCK_AGGR_TASK || aggr_mode == LOCK_AGGR_CGROUP) in account_end_timestamp()
468 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_get_name()
633 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_read()
674 case LOCK_AGGR_TASK: in lock_contention_read()
/linux-6.15/tools/perf/util/bpf_skel/
H A Dlock_data.h62 LOCK_AGGR_TASK, enumerator
H A Dlock_contention.bpf.c568 } else if (aggr_mode == LOCK_AGGR_TASK) { in contention_begin()
714 case LOCK_AGGR_TASK: in contention_end()
/linux-6.15/tools/perf/
H A Dbuiltin-lock.c540 case LOCK_AGGR_TASK: in get_key_by_aggr_mode_simple()
1030 case LOCK_AGGR_TASK: in report_lock_contention_begin_event()
1567 case LOCK_AGGR_TASK: in print_header_stdio()
1594 case LOCK_AGGR_TASK: in print_header_csv()
1640 case LOCK_AGGR_TASK: in print_lock_stat_stdio()
1693 case LOCK_AGGR_TASK: in print_lock_stat_csv()
1901 aggr_mode = LOCK_AGGR_TASK; in __cmd_report()
2033 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()