Home
last modified time | relevance | path

Searched refs:perf_hpp_fmt__dup (Results 1 – 3 of 3) sorted by relevance

/linux-6.8/tools/perf/util/
Dhist.h404 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt);
Dsort.c3011 struct perf_hpp_fmt *perf_hpp_fmt__dup(struct perf_hpp_fmt *fmt) in perf_hpp_fmt__dup() function
/linux-6.8/tools/perf/ui/
Dhist.c853 fmt_copy = perf_hpp_fmt__dup(fmt); in add_hierarchy_fmt()