HomeSort by relevance Sort by last modified time
    Searched refs:ProcessProfile (Results 1 - 3 of 3) sorted by null

  /external/perf_data_converter/src/
perf_data_converter.h 73 struct ProcessProfile {
85 // Type alias for a random access sequence of owned ProcessProfile objects.
86 using ProcessProfiles = std::vector<std::unique_ptr<ProcessProfile>>;
perf_data_converter.cc 164 // See docs on ProcessProfile in the header file for details on the fields.
180 std::unique_ptr<ProcessProfile> makeProcessProfile(Profile* data) {
181 ProcessProfile* pp = new ProcessProfile();
186 return std::unique_ptr<ProcessProfile>(pp);
  /external/jemalloc/bin/
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);
    [all...]

Completed in 72 milliseconds