Remove the # in the example so we can just copy/paste it to a shell
[lttngtop.git] / src / common.h
index 8be30bbb1951afe6e0fefd52fcf80b6a4cc4c845..12cb04dfed36fb44943f6aa4ad7d3716060dbcee 100644 (file)
@@ -54,5 +54,9 @@ struct perfcounter *get_perf_counter(const char *name, struct processtop *proc,
 
 /* common field access functions */
 uint64_t get_cpu_id(struct bt_ctf_event *event);
+uint64_t get_context_tid(struct bt_ctf_event *event);
+uint64_t get_context_pid(struct bt_ctf_event *event);
+uint64_t get_context_ppid(struct bt_ctf_event *event);
+char *get_context_comm(struct bt_ctf_event *event);
 
 #endif /* _COMMON_H */
This page took 0.021683 seconds and 4 git commands to generate.