Searched refs:taa_ctx (Results 1 – 1 of 1) sorted by relevance
792 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 …]