mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
overlay: Drop unused mmap/comm events
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
8cdb5bc5e8
commit
be9937b65c
@ -92,8 +92,6 @@ static int perf_tracepoint_open(struct gpu_perf *gp,
|
||||
attr.read_format = PERF_FORMAT_ID;
|
||||
|
||||
attr.exclude_guest = 1;
|
||||
attr.mmap = gp->nr_events == 0;
|
||||
attr.comm = gp->nr_events == 0;
|
||||
|
||||
n = gp->nr_cpus * (gp->nr_events+1);
|
||||
fd = realloc(gp->fd, n*sizeof(int));
|
||||
|
Loading…
x
Reference in New Issue
Block a user