index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
perf
/
gen_perf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/perf: Move perf query register programming to static tables.
Eric Anholt
2020-07-17
1
-6
/
+6
*
intel/perf: Fix unused var warning in release builds.
Eric Anholt
2020-07-17
1
-1
/
+1
*
intel/perf: move query_mask and location out of gen_perf_query_counter
Marcin Ślusarz
2020-07-06
1
-26
/
+39
*
iris: remove iris_monitor_config
Marcin Ślusarz
2020-07-06
1
-0
/
+2
*
anv: disable i915_perf warning on non-Linux
Jan Beich
2020-06-30
1
-2
/
+2
*
intel/perf: repurpose INTEL_DEBUG=no-oaconfig
Lionel Landwerlin
2020-05-20
1
-9
/
+30
*
intel/perf: reuse offset specified in the query
Lionel Landwerlin
2020-05-20
1
-12
/
+28
*
intel/perf: report whether the platform supported
Lionel Landwerlin
2020-05-20
1
-0
/
+2
*
intel/perf: add helper to compute metrics from counters
Lionel Landwerlin
2020-05-20
1
-0
/
+24
*
intel/perf: compute number of passes for a set of counters
Lionel Landwerlin
2020-05-20
1
-0
/
+53
*
intel/perf: create a unique list of counters
Lionel Landwerlin
2020-05-20
1
-1
/
+58
*
intel/perf: store the appropriate OA formats in queries
Lionel Landwerlin
2020-05-20
1
-7
/
+13
*
intel/perf: make pipeline statistic query loading optional
Lionel Landwerlin
2020-05-20
1
-3
/
+6
*
intel/perf: specify sseu configuration when supported
Lionel Landwerlin
2020-04-23
1
-5
/
+0
*
intel/perf: store default sseu configuration
Lionel Landwerlin
2020-04-23
1
-0
/
+15
*
intel/perf: store the probed i915-perf version
Lionel Landwerlin
2020-03-27
1
-0
/
+18
*
intel/perf: move mdapi query definitions to their own file
Lionel Landwerlin
2020-03-27
1
-345
/
+68
*
intel/perf: break GL query stuff away
Lionel Landwerlin
2020-03-27
1
-1549
/
+6
*
intel/perf: move register definition to special file
Lionel Landwerlin
2020-03-27
1
-19
/
+0
*
util/hash_table: added hash functions for integer types
Anthony Pesch
2020-01-23
1
-1
/
+1
*
intel/perf: adapt to platforms like Solaris without d_type in struct dirent
Alan Coopersmith
2020-01-22
1
-5
/
+20
*
intel/perf: report query split for mdapi
Lionel Landwerlin
2020-01-16
1
-0
/
+6
*
intel/perf: expose timestamp begin for mdapi
Lionel Landwerlin
2020-01-16
1
-0
/
+2
*
i965/iris/perf: factor out frequency register capture
Lionel Landwerlin
2019-12-18
1
-11
/
+23
*
i965/iris: perf-queries: don't invalidate/flush 3d pipeline
Lionel Landwerlin
2019-12-13
1
-11
/
+5
*
intel/perf: drop batchbuffer flushing at query begin
Lionel Landwerlin
2019-12-13
1
-8
/
+0
*
intel/perf: fix improper pointer access
Lionel Landwerlin
2019-12-04
1
-1
/
+1
*
intel/perf: simplify the processing of OA reports
Lionel Landwerlin
2019-12-04
1
-28
/
+36
*
intel/perf: take into account that reports read can be fairly old
Lionel Landwerlin
2019-12-04
1
-3
/
+4
*
intel/perf: set read buffer len to 0 to identify empty buffer
Lionel Landwerlin
2019-12-04
1
-2
/
+3
*
intel/perf: fix invalid hw_id in query results
Lionel Landwerlin
2019-12-04
1
-2
/
+6
*
intel/perf: add EHL performance query support
Lionel Landwerlin
2019-11-15
1
-1
/
+4
*
intel/perf: add TGL support
Lionel Landwerlin
2019-10-31
1
-0
/
+10
*
intel/perf: add support for querying kernel loaded configurations
Lionel Landwerlin
2019-10-23
1
-25
/
+163
*
intel/perf: move registers to their own header
Lionel Landwerlin
2019-10-23
1
-0
/
+1
*
intel/perf: extract register configuration
Lionel Landwerlin
2019-10-23
1
-6
/
+6
*
intel/perf: expose some utility functions
Lionel Landwerlin
2019-10-23
1
-28
/
+30
*
intel/perf: fix debug typo
Mark Janes
2019-08-07
1
-5
/
+5
*
intel/perf: make gen_perf_query_object private
Mark Janes
2019-08-07
1
-0
/
+78
*
intel/perf: make perf context private
Mark Janes
2019-08-07
1
-0
/
+102
*
intel/perf: print debug information
Mark Janes
2019-08-07
1
-0
/
+30
*
intel/perf: make internal methods private
Mark Janes
2019-08-07
1
-62
/
+62
*
intel/perf: make oa_sample_buffers private
Mark Janes
2019-08-07
1
-0
/
+120
*
intel/perf: expose method to create query
Mark Janes
2019-08-07
1
-0
/
+17
*
intel/perf: move initialization of pipeline statistics metrics to gen_perf
Mark Janes
2019-08-07
1
-66
/
+216
*
intel/perf: move get_query_data into gen_perf
Mark Janes
2019-08-07
1
-0
/
+359
*
intel/perf: move delete_query to gen_perf
Mark Janes
2019-08-07
1
-0
/
+91
*
intel/perf: move is_query_ready to gen_perf
Mark Janes
2019-08-07
1
-0
/
+28
*
intel/perf: move wait_query to perf
Mark Janes
2019-08-07
1
-0
/
+164
*
intel/perf: refactor gen_perf_end_query into gen_perf
Mark Janes
2019-08-07
1
-0
/
+54
[next]