performance - getting perf sample data at process context -
i'm writing linux kernel module samples linux kernel using perf interface perf_event_create_kernel_counter. 1 issue associated instruction pointer(ip) , call chain(perf_callchain) of kernel samples belongs nmi context rather process context. how can collect information associated process context rather nmi context?
wiki
Comments
Post a Comment