Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_lock_contention.c200 if (con->aggr_mode == LOCK_AGGR_TASK) in lock_contention_prepare()
456 case LOCK_AGGR_TASK: in update_lock_stat()
505 if (aggr_mode == LOCK_AGGR_TASK && con->owner) in account_end_timestamp()
516 if (aggr_mode == LOCK_AGGR_TASK || aggr_mode == LOCK_AGGR_CGROUP) in account_end_timestamp()
569 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_get_name()
739 if (con->aggr_mode == LOCK_AGGR_TASK) { in lock_contention_read()
777 case LOCK_AGGR_TASK: in lock_contention_read()
/linux/tools/perf/util/bpf_skel/
H A Dlock_data.h62 LOCK_AGGR_TASK, enumerator
H A Dlock_contention.bpf.c611 } else if (aggr_mode == LOCK_AGGR_TASK) { in contention_begin()
757 case LOCK_AGGR_TASK: in contention_end()
/linux/tools/perf/
H A Dbuiltin-lock.c542 case LOCK_AGGR_TASK: in get_key_by_aggr_mode_simple()
1032 case LOCK_AGGR_TASK: in report_lock_contention_begin_event()
1569 case LOCK_AGGR_TASK: in print_header_stdio()
1596 case LOCK_AGGR_TASK: in print_header_csv()
1642 case LOCK_AGGR_TASK: in print_lock_stat_stdio()
1695 case LOCK_AGGR_TASK: in print_lock_stat_csv()
1904 aggr_mode = LOCK_AGGR_TASK; in __cmd_report()
2043 con.aggr_mode = aggr_mode = show_thread_stats ? LOCK_AGGR_TASK : in __cmd_contention()