Home
last modified time | relevance | path

Searched refs:perf_hpp__is_dynamic_entry (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/perf/ui/
Dhist.c743 if (perf_hpp__is_sort_entry(fmt) || perf_hpp__is_dynamic_entry(fmt)) in hists__overhead_width()
762 if (perf_hpp__is_dynamic_entry(fmt)) in perf_hpp__reset_width()
878 if (perf_hpp__is_dynamic_entry(fmt) && in perf_hpp__setup_hists_formats()
/linux-6.1.9/tools/perf/util/
Dhist.h386 bool perf_hpp__is_dynamic_entry(struct perf_hpp_fmt *format);
406 if (perf_hpp__is_dynamic_entry(format) && in perf_hpp__should_skip()
Dhist.c1265 if (perf_hpp__is_dynamic_entry(fmt) && in hist_entry__cmp()
1285 if (perf_hpp__is_dynamic_entry(fmt) && in hist_entry__collapse()
1503 if (perf_hpp__is_trace_entry(fmt) || perf_hpp__is_dynamic_entry(fmt)) in hierarchy_insert_entry()
1784 if (perf_hpp__is_dynamic_entry(fmt)) in hierarchy_insert_output_entry()
1883 if (perf_hpp__is_dynamic_entry(fmt) && in __hists__insert_output_entry()
Dsort.c2560 bool perf_hpp__is_dynamic_entry(struct perf_hpp_fmt *fmt) in perf_hpp__is_dynamic_entry() function
2570 if (!perf_hpp__is_dynamic_entry(a) || !perf_hpp__is_dynamic_entry(b)) in __sort__hde_equal()
2636 } else if (perf_hpp__is_dynamic_entry(fmt)) { in perf_hpp_fmt__dup()
/linux-6.1.9/tools/perf/ui/gtk/
Dhists.c518 perf_hpp__is_dynamic_entry(fmt)) in perf_gtk__show_hierarchy()