Android: MMC/UFS IO Latency Histograms.
[firefly-linux-kernel-4.4.55.git] / include / linux / perf_event.h
index ece8b9629a47bfe15099829ae91ebe4e28240f18..a71958135b7ed9b405d6bcb968bd665b868f24d9 100644 (file)
@@ -998,6 +998,11 @@ extern int perf_cpu_time_max_percent_handler(struct ctl_table *table, int write,
                loff_t *ppos);
 
 
+static inline bool perf_paranoid_any(void)
+{
+       return sysctl_perf_event_paranoid > 2;
+}
+
 static inline bool perf_paranoid_tracepoint_raw(void)
 {
        return sysctl_perf_event_paranoid > -1;