Searched refs:ProcessProfile (Results 1 – 4 of 4) sorted by relevance
/external/perf_data_converter/src/ |
D | perf_data_converter.h | 73 struct ProcessProfile { struct 86 using ProcessProfiles = std::vector<std::unique_ptr<ProcessProfile>>;
|
D | perf_data_converter.cc | 180 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/ |
D | jeprof.in | 881 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/ |
D | jeprof.in | 880 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 {
|