X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=a9befb0ff1fe7238d573f30f23a029aee45eefaa;hp=6370b77f30afe1bcd14fa71815ebbba2dc77ba47;hb=e05a35a69ff03f10bba459a07dc26684049f1bc9;hpb=e7be7d41e3d858361b656b5664b581d224949ae6 diff --git a/src/common.h b/src/common.h index 6370b77..a9befb0 100644 --- a/src/common.h +++ b/src/common.h @@ -50,6 +50,7 @@ struct perfcounter *add_perf_counter(GPtrArray *perf, GQuark quark, unsigned long count); struct perfcounter *get_perf_counter(const char *name, struct processtop *proc, struct cputime *cpu); +void reset_global_counters(void); /* common field access functions */ uint64_t get_cpu_id(const struct bt_ctf_event *event);