Home
last modified time | relevance | path

Searched refs:fillProcessStime (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h161 void fillProcessStime(int atom_key, const std::string &name, int *pid, uint64_t *prev_stime,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp719 fillProcessStime(PixelMmMetricsPerDay::kKswapdStimeClksFieldNumber, "kswapd0", in genPixelMmMetricsPerDay()
721 fillProcessStime(PixelMmMetricsPerDay::kKcompactdStimeClksFieldNumber, "kcompactd0", in genPixelMmMetricsPerDay()
841 void MmMetricsReporter::fillProcessStime(int atom_key, const std::string &name, int *prev_pid, in fillProcessStime() function in android::hardware::google::pixel::MmMetricsReporter