aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/perf/gen_perf.c
Commit message (Expand)AuthorAgeFilesLines
* intel/perf: Move perf query register programming to static tables.Eric Anholt2020-07-171-6/+6
* intel/perf: Fix unused var warning in release builds.Eric Anholt2020-07-171-1/+1
* intel/perf: move query_mask and location out of gen_perf_query_counterMarcin Ślusarz2020-07-061-26/+39
* iris: remove iris_monitor_configMarcin Ślusarz2020-07-061-0/+2
* anv: disable i915_perf warning on non-LinuxJan Beich2020-06-301-2/+2
* intel/perf: repurpose INTEL_DEBUG=no-oaconfigLionel Landwerlin2020-05-201-9/+30
* intel/perf: reuse offset specified in the queryLionel Landwerlin2020-05-201-12/+28
* intel/perf: report whether the platform supportedLionel Landwerlin2020-05-201-0/+2
* intel/perf: add helper to compute metrics from countersLionel Landwerlin2020-05-201-0/+24
* intel/perf: compute number of passes for a set of countersLionel Landwerlin2020-05-201-0/+53
* intel/perf: create a unique list of countersLionel Landwerlin2020-05-201-1/+58
* intel/perf: store the appropriate OA formats in queriesLionel Landwerlin2020-05-201-7/+13
* intel/perf: make pipeline statistic query loading optionalLionel Landwerlin2020-05-201-3/+6
* intel/perf: specify sseu configuration when supportedLionel Landwerlin2020-04-231-5/+0
* intel/perf: store default sseu configurationLionel Landwerlin2020-04-231-0/+15
* intel/perf: store the probed i915-perf versionLionel Landwerlin2020-03-271-0/+18
* intel/perf: move mdapi query definitions to their own fileLionel Landwerlin2020-03-271-345/+68
* intel/perf: break GL query stuff awayLionel Landwerlin2020-03-271-1549/+6
* intel/perf: move register definition to special fileLionel Landwerlin2020-03-271-19/+0
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-1/+1
* intel/perf: adapt to platforms like Solaris without d_type in struct direntAlan Coopersmith2020-01-221-5/+20
* intel/perf: report query split for mdapiLionel Landwerlin2020-01-161-0/+6
* intel/perf: expose timestamp begin for mdapiLionel Landwerlin2020-01-161-0/+2
* i965/iris/perf: factor out frequency register captureLionel Landwerlin2019-12-181-11/+23
* i965/iris: perf-queries: don't invalidate/flush 3d pipelineLionel Landwerlin2019-12-131-11/+5
* intel/perf: drop batchbuffer flushing at query beginLionel Landwerlin2019-12-131-8/+0
* intel/perf: fix improper pointer accessLionel Landwerlin2019-12-041-1/+1
* intel/perf: simplify the processing of OA reportsLionel Landwerlin2019-12-041-28/+36
* intel/perf: take into account that reports read can be fairly oldLionel Landwerlin2019-12-041-3/+4
* intel/perf: set read buffer len to 0 to identify empty bufferLionel Landwerlin2019-12-041-2/+3
* intel/perf: fix invalid hw_id in query resultsLionel Landwerlin2019-12-041-2/+6
* intel/perf: add EHL performance query supportLionel Landwerlin2019-11-151-1/+4
* intel/perf: add TGL supportLionel Landwerlin2019-10-311-0/+10
* intel/perf: add support for querying kernel loaded configurationsLionel Landwerlin2019-10-231-25/+163
* intel/perf: move registers to their own headerLionel Landwerlin2019-10-231-0/+1
* intel/perf: extract register configurationLionel Landwerlin2019-10-231-6/+6
* intel/perf: expose some utility functionsLionel Landwerlin2019-10-231-28/+30
* intel/perf: fix debug typoMark Janes2019-08-071-5/+5
* intel/perf: make gen_perf_query_object privateMark Janes2019-08-071-0/+78
* intel/perf: make perf context privateMark Janes2019-08-071-0/+102
* intel/perf: print debug informationMark Janes2019-08-071-0/+30
* intel/perf: make internal methods privateMark Janes2019-08-071-62/+62
* intel/perf: make oa_sample_buffers privateMark Janes2019-08-071-0/+120
* intel/perf: expose method to create queryMark Janes2019-08-071-0/+17
* intel/perf: move initialization of pipeline statistics metrics to gen_perfMark Janes2019-08-071-66/+216
* intel/perf: move get_query_data into gen_perfMark Janes2019-08-071-0/+359
* intel/perf: move delete_query to gen_perfMark Janes2019-08-071-0/+91
* intel/perf: move is_query_ready to gen_perfMark Janes2019-08-071-0/+28
* intel/perf: move wait_query to perfMark Janes2019-08-071-0/+164
* intel/perf: refactor gen_perf_end_query into gen_perfMark Janes2019-08-071-0/+54