Home
last modified time | relevance | path

Searched defs:ctxp (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dstat-shadow.c317 void *ctxp = out->ctx; in print_instructions() local
356 void *ctxp = out->ctx; in print_nsecs() local
486 void *ctxp = out->ctx; in generic_metric() local
571 void *ctxp, in perf_stat__print_metricgroup_header()
626 void *ctxp = out->ctx; in perf_stat__print_shadow_stats_metricgroup() local
691 void *ctxp = out->ctx; in perf_stat__print_shadow_stats() local
/tools/testing/selftests/lsm/
Dlsm_get_self_attr_test.c19 static struct lsm_ctx *next_ctx(struct lsm_ctx *ctxp) in next_ctx()