dump_tasks
dump_tasks(oc);
retval = timerlat_aa_init(tool->aa, params->dump_tasks);
int dump_tasks;
timerlat_aa_unregister_events(taa_ctx->tool, taa_ctx->dump_tasks);
int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks)
taa_ctx->dump_tasks = dump_tasks;
retval = timerlat_aa_register_events(tool, dump_tasks);
int dump_tasks;
if (!taa_ctx->dump_tasks)
static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks)
if (!dump_tasks)
static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks)
if (!dump_tasks)
timerlat_aa_unregister_events(tool, dump_tasks);
params->dump_tasks = 1;
params->dump_tasks = 1;