Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat_aa.c792 if (!taa_ctx->taa_data) in timerlat_aa_destroy_seqs()
1005 if (!taa_ctx) in timerlat_aa_destroy()
1008 if (!taa_ctx->taa_data) in timerlat_aa_destroy()
1011 timerlat_aa_unregister_events(taa_ctx->tool, taa_ctx->dump_tasks); in timerlat_aa_destroy()
1013 free(taa_ctx->taa_data); in timerlat_aa_destroy()
1015 free(taa_ctx); in timerlat_aa_destroy()
1029 taa_ctx = calloc(1, sizeof(*taa_ctx)); in timerlat_aa_init()
1030 if (!taa_ctx) in timerlat_aa_init()
1036 taa_ctx->tool = tool; in timerlat_aa_init()
1039 taa_ctx->taa_data = calloc(nr_cpus, sizeof(*taa_ctx->taa_data)); in timerlat_aa_init()
[all …]