Home
last modified time | relevance | path

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

/linux-5.10/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-5.10/tools/perf/util/
Dhist.h375 bool perf_hpp__is_dynamic_entry(struct perf_hpp_fmt *format);
395 if (perf_hpp__is_dynamic_entry(format) && in perf_hpp__should_skip()
Dhist.c1254 if (perf_hpp__is_dynamic_entry(fmt) && in hist_entry__cmp()
1274 if (perf_hpp__is_dynamic_entry(fmt) && in hist_entry__collapse()
1492 if (perf_hpp__is_trace_entry(fmt) || perf_hpp__is_dynamic_entry(fmt)) in hierarchy_insert_entry()
1773 if (perf_hpp__is_dynamic_entry(fmt)) in hierarchy_insert_output_entry()
1872 if (perf_hpp__is_dynamic_entry(fmt) && in __hists__insert_output_entry()
Dsort.c2225 bool perf_hpp__is_dynamic_entry(struct perf_hpp_fmt *fmt) in perf_hpp__is_dynamic_entry() function
2235 if (!perf_hpp__is_dynamic_entry(a) || !perf_hpp__is_dynamic_entry(b)) in __sort__hde_equal()
2301 } else if (perf_hpp__is_dynamic_entry(fmt)) { in perf_hpp_fmt__dup()
/linux-5.10/tools/perf/ui/gtk/
Dhists.c518 perf_hpp__is_dynamic_entry(fmt)) in perf_gtk__show_hierarchy()