aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/perf
Commit message (Expand)AuthorAgeFilesLines
* intel/perf: Enable MDAPI queries for Gen12Lionel Landwerlin2020-04-182-5/+8
* intel: drop unused include directoriesEric Engestrom2020-03-281-1/+1
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* intel/perf: store the probed i915-perf versionLionel Landwerlin2020-03-272-0/+21
* intel/perf: document meaning of query fieldLionel Landwerlin2020-03-271-0/+1
* intel/perf: move mdapi query definitions to their own fileLionel Landwerlin2020-03-274-346/+387
* intel/perf: break GL query stuff awayLionel Landwerlin2020-03-275-1595/+1679
* intel/perf: move register definition to special fileLionel Landwerlin2020-03-272-19/+8
* 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-163-2/+18
* intel/perf: expose timestamp begin for mdapiLionel Landwerlin2020-01-163-0/+9
* i965/iris/perf: factor out frequency register captureLionel Landwerlin2019-12-182-14/+24
* i965/iris: perf-queries: don't invalidate/flush 3d pipelineLionel Landwerlin2019-12-132-12/+6
* 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-153-2/+11807
* intel/perf: add TGL supportLionel Landwerlin2019-10-314-0/+8611
* intel/perf: update ICL configurationsLionel Landwerlin2019-10-291-59/+28
* intel/perf: add mdapi writes for register perf countersLionel Landwerlin2019-10-231-0/+36
* intel/perf: add support for querying kernel loaded configurationsLionel Landwerlin2019-10-232-27/+181
* intel/perf: move registers to their own headerLionel Landwerlin2019-10-233-25/+55
* intel/perf: extract register configurationLionel Landwerlin2019-10-233-16/+24
* intel/perf: expose some utility functionsLionel Landwerlin2019-10-232-31/+55
* intel/perf: add mdapi maker helperLionel Landwerlin2019-10-231-0/+28
* intel/perf: use MAJOR_IN_SYSMACROS/MAJOR_IN_MKDEVGreg V2019-08-081-0/+4
* intel/perf: fix debug typoMark Janes2019-08-071-5/+5
* intel/perf: make gen_perf_query_object privateMark Janes2019-08-072-72/+80
* intel/perf: make perf context privateMark Janes2019-08-072-64/+109
* intel/perf: print debug informationMark Janes2019-08-072-0/+35
* intel/perf: make internal methods privateMark Janes2019-08-072-95/+62
* intel/perf: make oa_sample_buffers privateMark Janes2019-08-072-119/+120
* intel/perf: expose method to create queryMark Janes2019-08-072-0/+19
* intel/perf: move initialization of pipeline statistics metrics to gen_perfMark Janes2019-08-072-124/+219
* intel/perf: move get_query_data into gen_perfMark Janes2019-08-072-0/+376
* intel/perf: move delete_query to gen_perfMark Janes2019-08-072-0/+93
* intel/perf: move is_query_ready to gen_perfMark Janes2019-08-072-0/+31
* intel/perf: move wait_query to perfMark Janes2019-08-072-0/+167
* intel/perf: create a vtable entry for bo_busyMark Janes2019-08-071-0/+1
* intel/perf: create a vtable entry for bo_wait_renderingMark Janes2019-08-071-0/+1
* intel/perf: create a vtable entry for batch_referencesMark Janes2019-08-071-0/+1
* intel/perf: refactor gen_perf_end_query into gen_perfMark Janes2019-08-072-0/+56
* intel/perf: refactor gen_perf_begin_query into gen_perfMark Janes2019-08-072-0/+259
* intel/perf: move perf-related state into gen_perf_contextMark Janes2019-08-072-0/+51
* intel/perf: create a vtable entries for buffer object map/unmapMark Janes2019-08-072-0/+5
* intel/perf: move client reference counts into perfMark Janes2019-08-072-0/+32