Home
last modified time | relevance | path

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

/hardware/google/pixel/pixelstats/include/pixelstats/
DMmMetricsReporter.h79 void fillProcessStime(int atom_key, const char *name, int *pid, uint64_t *prev_stime,
/hardware/google/pixel/pixelstats/
DMmMetricsReporter.cpp310 fillProcessStime(PixelMmMetricsPerDay::kKswapdStimeClksFieldNumber, "kswapd0", &kswapd_pid_, in logPixelMmMetricsPerDay()
312 fillProcessStime(PixelMmMetricsPerDay::kKcompactdStimeClksFieldNumber, "kcompactd0", in logPixelMmMetricsPerDay()
410 void MmMetricsReporter::fillProcessStime(int atom_key, const char *name, int *pid, in fillProcessStime() function in android::hardware::google::pixel::MmMetricsReporter