X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust%2Fmarker.h;h=2751f585827886196e890e16344d8741e811d8bc;hb=245d371ea1c17d6196af065a40dfcdc671b40f41;hp=d0b06f50e813a7b6461caa08f24b5b00ae064786;hpb=5624d4028099b0ca032beaca46a752066806b5f4;p=ust.git diff --git a/include/ust/marker.h b/include/ust/marker.h index d0b06f5..2751f58 100644 --- a/include/ust/marker.h +++ b/include/ust/marker.h @@ -191,7 +191,7 @@ struct marker { struct registers regs; \ void __check_tp_type(void) \ { \ - register_trace_##tp_name(tp_cb); \ + register_trace_##tp_name(tp_cb, call_private); \ } \ DEFINE_MARKER_TP(channel, name, tp_name, tp_cb, format);\ __mark_check_format(format, ## args); \ @@ -213,7 +213,7 @@ extern void marker_update_probe_range(struct marker *begin, do { \ void __check_tp_type(void) \ { \ - register_trace_##tp_name(tp_cb); \ + register_trace_##tp_name(tp_cb, call_private); \ } \ __mark_check_format(format, ## args); \ } while (0)