brendangregg / bpf-perf-tools-book

Official repository for the BPF Performance Tools book
1.61k stars 284 forks source link

fix minor typo in nvme_complete_rq #19

Closed venkatrag1 closed 2 years ago

venkatrag1 commented 2 years ago

Upon completion, delete entries from start and cmd map for req (arg0) key instead of tid key

Signed-off-by: Venkat Ramesh venkatraghavan@fb.com

venkatrag1 commented 2 years ago

Closing this and sending a new pull request to the /updated folder as mentioned in README contribution section.