Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_monitor.c46 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_info() local
110 struct intel_perf_config *perf_cfg = intel_perf_new(screen); in iris_monitor_init_metrics() local
136 const struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_group_info() local
167 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_init_monitor_ctx() local
185 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_create_monitor_object() local
Diris_performance_query.c41 struct intel_perf_config *perf_cfg = NULL; in iris_init_perf_query_info() local
152 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in iris_get_perf_query_info() local
175 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in iris_get_perf_counter_info() local
Diris_perf.c86 iris_perf_init_vtbl(struct intel_perf_config *perf_cfg) in iris_perf_init_vtbl()
Diris_screen.h230 struct intel_perf_config *perf_cfg; member
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c50 struct intel_perf_config *perf_cfg = screen->perf_cfg; in crocus_get_monitor_info() local
111 struct intel_perf_config *perf_cfg = intel_perf_new(screen); in crocus_monitor_init_metrics() local
135 const struct intel_perf_config *perf_cfg = screen->perf_cfg; in crocus_get_monitor_group_info() local
166 struct intel_perf_config *perf_cfg = screen->perf_cfg; in crocus_init_monitor_ctx() local
184 struct intel_perf_config *perf_cfg = screen->perf_cfg; in crocus_create_monitor_object() local
Dcrocus_performance_query.c41 struct intel_perf_config *perf_cfg = NULL; in crocus_init_perf_query_info() local
152 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in crocus_get_perf_query_info() local
175 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in crocus_get_perf_counter_info() local
Dcrocus_perf.c86 crocus_perf_init_vtbl(struct intel_perf_config *perf_cfg) in crocus_perf_init_vtbl()
Dcrocus_screen.h212 struct intel_perf_config *perf_cfg; member
/external/mesa3d/src/intel/perf/
Dintel_perf_query.c546 struct intel_perf_config *perf_cfg, in intel_perf_init_context()
688 struct intel_perf_config *perf_cfg = perf_ctx->perf; in snapshot_query_layout() local
723 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_begin_query() local
882 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_end_query() local
1046 struct intel_perf_config *perf_cfg = perf_ctx->perf; in read_oa_samples_for_query() local
1089 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_wait_query() local
1124 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_is_query_ready() local
1401 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_delete_query() local
1453 struct intel_perf_config *perf_cfg = perf_ctx->perf; in get_oa_counter_data() local
1498 struct intel_perf_config *perf_cfg = perf_ctx->perf; in get_pipeline_stats_data() local
[all …]
Dintel_perf.c263 intel_perf_load_metric_id(struct intel_perf_config *perf_cfg, in intel_perf_load_metric_id()
508 load_pipeline_statistic_metrics(struct intel_perf_config *perf_cfg, in load_pipeline_statistic_metrics()
772 intel_perf_load_configuration(struct intel_perf_config *perf_cfg, int fd, const char *guid) in intel_perf_load_configuration()
787 intel_perf_store_configuration(struct intel_perf_config *perf_cfg, int fd, in intel_perf_store_configuration()
835 intel_perf_remove_configuration(struct intel_perf_config *perf_cfg, int fd, in intel_perf_remove_configuration()
1395 add_query_register(struct intel_perf_config *perf_cfg, in add_query_register()
1425 intel_perf_init_query_fields(struct intel_perf_config *perf_cfg, in intel_perf_init_query_fields()
1520 intel_perf_init_metrics(struct intel_perf_config *perf_cfg, in intel_perf_init_metrics()
1554 intel_perf_free(struct intel_perf_config *perf_cfg) in intel_perf_free()
1560 intel_perf_get_oa_format(struct intel_perf_config *perf_cfg) in intel_perf_get_oa_format()
Dintel_perf_query_layout.c98 struct intel_perf_config *perf_cfg = intel_perf_new(NULL); in main() local
Dintel_perf_mdapi.c137 intel_perf_register_mdapi_statistic_query(struct intel_perf_config *perf_cfg, in intel_perf_register_mdapi_statistic_query()
/external/mesa3d/src/intel/perf/i915/
Dintel_perf.c129 i915_perf_load_configurations(struct intel_perf_config *perf_cfg, int fd, const char *guid) in i915_perf_load_configurations()
/external/perfetto/src/profiling/perf/
Devent_config_unittest.cc42 const protos::gen::PerfEventConfig& perf_cfg, in CreateEventConfig()