X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.h;h=087b8ec1c1dc61c6199ed46fd93dfd8dfda2cd22;hp=21df7b11603918380d3d04ef41078332dd583075;hb=0d91c12a62aa85d1d1d8b5478e81d38e06f2cc00;hpb=59288610ca44efca4b68b954b7ffccd06fecd2b7 diff --git a/src/common.h b/src/common.h index 21df7b1..087b8ec 100644 --- a/src/common.h +++ b/src/common.h @@ -29,7 +29,7 @@ sem_t goodtodisplay, goodtoupdate, timer, pause_sem, end_trace_sem, bootstrap; GPtrArray *copies; /* struct lttngtop */ -pthread_mutex_t perf_list_mutex; +GHashTable *global_perf_liszt; struct lttngtop *data; @@ -63,4 +63,7 @@ uint64_t get_context_pid(const struct bt_ctf_event *event); uint64_t get_context_ppid(const struct bt_ctf_event *event); char *get_context_comm(const struct bt_ctf_event *event); +enum bt_cb_ret handle_statedump_process_state(struct bt_ctf_event *call_data, + void *private_data); + #endif /* _COMMON_H */