Vitor Ramos

Results 5 comments of Vitor Ramos

Same on the MSI creator p75

There is a flag inherit on the perf_event_attr structure where you specify if is going to count for all threads or only the main thread From the perf docs inherit:...

I have a similar issue, it turns out that LLVMPIPE was chosen as the graphics render, switching to a discrete graphics card solved the issue for me: kvark/blade#115 Perf output...

> To switch the graphic card you can do the following: > > * list availabe gpu : `MESA_VK_DEVICE_SELECT=list vulkaninfo`, note the ids (the second column like 8086:166) > *...

@JakWai01 this initial execves comes from the WaitStatus::Stopped and all the registers are zeroed, the test case i used was: ` ./lurk -f -e trace=execve /bin/bash -c ls` in this...