Home
last modified time | relevance | path

Searched refs:taa_ctx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_aa.c794 if (!taa_ctx->taa_data) in timerlat_aa_destroy_seqs()
1007 if (!taa_ctx) in timerlat_aa_destroy()
1010 if (!taa_ctx->taa_data) in timerlat_aa_destroy()
1013 timerlat_aa_unregister_events(taa_ctx->tool, taa_ctx->dump_tasks); in timerlat_aa_destroy()
1015 free(taa_ctx->taa_data); in timerlat_aa_destroy()
1017 free(taa_ctx); in timerlat_aa_destroy()
1031 taa_ctx = calloc(1, sizeof(*taa_ctx)); in timerlat_aa_init()
1032 if (!taa_ctx) in timerlat_aa_init()
1038 taa_ctx->tool = tool; in timerlat_aa_init()
1041 taa_ctx->taa_data = calloc(nr_cpus, sizeof(*taa_ctx->taa_data)); in timerlat_aa_init()
[all …]