Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter.h73 struct ProcessProfile { struct
86 using ProcessProfiles = std::vector<std::unique_ptr<ProcessProfile>>;
Dperf_data_converter.cc180 std::unique_ptr<ProcessProfile> makeProcessProfile(Profile* data) { in makeProcessProfile()
181 ProcessProfile* pp = new ProcessProfile(); in makeProcessProfile()
186 return std::unique_ptr<ProcessProfile>(pp); in makeProcessProfile()
/external/jemalloc_new/bin/
Djeprof.in881 my $profile = ProcessProfile($total, $orig_profile, $symbols, "", $ignore);
916 my $profile = ProcessProfile($total, $orig_profile, $symbols, "", $ignore);
934 my $profile = ProcessProfile($total, $orig_profile, $symbols, "", $ignore);
961 my $profile = ProcessProfile($total, $orig_profile, $symbols,
989 sub ProcessProfile {
/external/jemalloc/bin/
Djeprof.in880 my $profile = ProcessProfile($total, $orig_profile, $symbols, "", $ignore);
915 my $profile = ProcessProfile($total, $orig_profile, $symbols, "", $ignore);
933 my $profile = ProcessProfile($total, $orig_profile, $symbols, "", $ignore);
960 my $profile = ProcessProfile($total, $orig_profile, $symbols,
988 sub ProcessProfile {