search for: nvif_perfctr_query_v0

Displaying 2 results from an estimated 2 matches for "nvif_perfctr_query_v0".

2015 Jun 08
2
[PATCH RFC 05/20] pm: reorganize the nvif interface
...b/bin/nv_perfmon.c > index a8c5838..30a3138 100644 > --- a/bin/nv_perfmon.c > +++ b/bin/nv_perfmon.c > @@ -600,7 +600,7 @@ main(int argc, char **argv) > const char *cfg = NULL; > const char *dbg = "error"; > u64 dev = ~0ULL; > - struct nvif_perfctr_query_v0 args = {}; > + struct nvif_perfmon_query_signal_v0 args = {}; > struct nvif_client *client; > struct nvif_object object; > int ret, c, k; > @@ -644,15 +644,14 @@ main(int argc, char **argv) > } > > ret = nvif_object_init(nvif_obj...
2015 Jun 07
21
[PATCH RFC 00/20] expose global performance counters
Hello, This series exposes global performance counters (PCOUNTER) to the userspace through the nvif interface by reworking most of the code related to the PM engine. This interface will allow the userspace to control and monitor complex hardware events like the proprietary driver already does, for example with CUPTI and PerfKit. For now, this series only exposes performance counters on NV50,