Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dlock_data.h56 LOCK_AGGR_CALLER,
48 LOCK_AGGR_CALLER, global() enumerator
H A Dlock_contention.bpf.c477 case LOCK_AGGR_CALLER: in contention_end()
/linux/tools/perf/
H A Dbuiltin-lock.c531 case LOCK_AGGR_CALLER: in match_callstack_filter()
545 if (aggr_mode == LOCK_AGGR_CALLER) { in match_callstack_filter()
1012 case LOCK_AGGR_CALLER: in callchain_id()
1559 case LOCK_AGGR_CALLER: in combine_result()
1586 case LOCK_AGGR_CALLER:
1625 case LOCK_AGGR_CALLER: in get_type_flag()
1645 if (aggr_mode == LOCK_AGGR_CALLER && verbose > 0) { in lock_filter_finish()
1676 case LOCK_AGGR_CALLER: in print_header_stdio()
1698 if (aggr_mode == LOCK_AGGR_CALLER && verbose > 0) { in print_header_csv()
2005 show_lock_cgroups ? LOCK_AGGR_CGROUP : LOCK_AGGR_CALLER;
[all...]
/linux/tools/perf/util/
H A Dbpf_lock_contention.c342 case LOCK_AGGR_CALLER: in lock_contention_get_name()
518 /* LOCK_AGGR_CALLER: skip lock internal functions */ in lock_contention_read()
604 case LOCK_AGGR_CALLER:
645 if (con->aggr_mode == LOCK_AGGR_CALLER && verbose > 0) {