X-Git-Url: http://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcputop.h;h=4d5a1256094da347a7d5ec52595d6b8e197a16f1;hp=c1466446b5704ad9d36bc07b532a0065d5eec501;hb=6e11e0d0eebdfe842bc7153ad9e28947b3cb3365;hpb=113c1cacb39413f0449af5ad78a29f203def1b5e diff --git a/src/cputop.h b/src/cputop.h index c146644..4d5a125 100644 --- a/src/cputop.h +++ b/src/cputop.h @@ -28,5 +28,7 @@ enum bt_cb_ret handle_sched_switch(struct bt_ctf_event *hook_data, enum bt_cb_ret handle_sched_process_free(struct bt_ctf_event *call_data, void *private_data); +enum bt_cb_ret handle_sched_process_fork(struct bt_ctf_event *call_data, + void *private_data); #endif /* _LTTNGTOP_H */