Home
last modified time | relevance | path

Searched defs:perf_cfg (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_monitor.c46 const struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_info() local
96 struct gen_perf_config *perf_cfg = gen_perf_new(screen); in iris_monitor_init_metrics() local
121 const struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_group_info() local
152 struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_init_monitor_ctx() local
169 struct gen_perf_config *perf_cfg = screen->perf_cfg; in iris_create_monitor_object() local
Diris_performance_query.c38 struct gen_perf_config *perf_cfg = NULL; in iris_init_perf_query_info() local
144 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in iris_get_perf_query_info() local
167 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in iris_get_perf_counter_info() local
Diris_perf.c86 iris_perf_init_vtbl(struct gen_perf_config *perf_cfg) in iris_perf_init_vtbl()
Diris_screen.h203 struct gen_perf_config *perf_cfg; member
/external/mesa3d/src/intel/perf/
Dgen_perf_query.c550 struct gen_perf_config *perf_cfg, in gen_perf_init_context()
650 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_begin_query() local
864 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_end_query() local
996 struct gen_perf_config *perf_cfg = perf_ctx->perf; in read_oa_samples_for_query() local
1040 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_wait_query() local
1075 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_is_query_ready() local
1352 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_delete_query() local
1435 struct gen_perf_config *perf_cfg = perf_ctx->perf; in get_oa_counter_data() local
1480 struct gen_perf_config *perf_cfg = perf_ctx->perf; in get_pipeline_stats_data() local
1515 struct gen_perf_config *perf_cfg = perf_ctx->perf; in gen_perf_get_query_data() local
Dgen_perf.c308 gen_perf_load_metric_id(struct gen_perf_config *perf_cfg, in gen_perf_load_metric_id()
494 load_pipeline_statistic_metrics(struct gen_perf_config *perf_cfg, in load_pipeline_statistic_metrics()
787 gen_perf_load_configuration(struct gen_perf_config *perf_cfg, int fd, const char *guid) in gen_perf_load_configuration()
820 gen_perf_store_configuration(struct gen_perf_config *perf_cfg, int fd, in gen_perf_store_configuration()
1108 gen_perf_init_metrics(struct gen_perf_config *perf_cfg, in gen_perf_init_metrics()
Dgen_perf_mdapi.c131 gen_perf_register_mdapi_statistic_query(struct gen_perf_config *perf_cfg, in gen_perf_register_mdapi_statistic_query()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c150 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in brw_get_perf_query_info() local
204 struct gen_perf_config *perf_cfg = gen_perf_config(brw->perf_ctx); in brw_get_perf_counter_info() local
482 struct gen_perf_config *perf_cfg = gen_perf_config(perf_ctx); in brw_init_perf_query_info() local
/external/perfetto/src/profiling/perf/
Devent_config_unittest.cc41 const protos::gen::PerfEventConfig& perf_cfg) { in AsDataSourceConfig()