aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_monitor.h
Commit message (Collapse)AuthorAgeFilesLines
* iris: minor restylingKenneth Graunke2019-08-101-1/+0
|
* iris/perf: get monitor resultsMark Janes2019-08-091-0/+6
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* iris/perf: add begin/end hooksMark Janes2019-08-091-0/+7
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* iris/perf: add delete queryMark Janes2019-08-091-0/+4
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* iris/perf: implement iris_create_monitor_objectMark Janes2019-08-091-0/+7
| | | | | | | | This is the first call that provides the iris context to the monitor implementation. On the first call, use the iris context to initialize the monitor context. Reviewed-by: Kenneth Graunke <[email protected]>
* iris/perf: implement routines to return counter infoMark Janes2019-08-091-0/+49
With this commit, Iris will report that AMD_performance_monitor is supported, and will allow the caller to query the available metrics. Reviewed-by: Kenneth Graunke <[email protected]>