summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-30perf test: Ensure sample_period is set libpfm4 eventsIan Rogers2-0/+10
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa4-9/+77
2020-07-30perf tools: Allow r0x<HEX> event syntaxJiri Olsa3-0/+7
2020-07-30perf tools: No need to cache the PMUs in ARM SPE auxtrace init routineWei Li1-5/+4
2020-07-30perf tools: Fix record failure when mixed with ARM SPE eventWei Li1-4/+4
2020-07-28perf bench: Add basic syscall benchmarkDavidlohr Bueso5-0/+102
2020-07-22perf stat: Implement control commands handlingAlexey Budankov1-18/+65
2020-07-22perf stat: extend -D,--delay option with -1 valueAlexey Budankov4-7/+21
2020-07-22perf stat: Factor out event handling loop into dispatch_events()Alexey Budankov1-12/+24
2020-07-22perf stat: Factor out body of event handling loop for fork caseAlexey Budankov1-4/+1
2020-07-22perf stat: Move target check to loop control statementAlexey Budankov1-3/+1
2020-07-22perf stat: Factor out body of event handling loop for system wideAlexey Budankov1-6/+11
2020-07-22perf evlist: Implement control command handling functionsAlexey Budankov2-0/+158
2020-07-22perf evlist: Introduce control file descriptorsAlexey Budankov2-0/+8
2020-07-21libperf: Avoid counting of nonfilterable fdarray fdsAlexey Budankov1-1/+2
2020-07-21libperf: Add flags to fdarray fds objectsAlexey Budankov6-12/+25
2020-07-21libperf: Avoid internal moving of fdarray fdsAlexey Budankov2-24/+7
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa4-13/+18
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa6-9/+9
2020-07-17perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu1-2/+6
2020-07-17perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-07-17perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu1-0/+3
2020-07-17perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu1-0/+10
2020-07-10perf kmem: Pass additional arguments to 'perf record'Ian Rogers1-1/+2
2020-07-10perf parse-events: Report BPF errorsIan Rogers1-18/+20
2020-07-10perf script: Show text poke address symbolAdrian Hunter6-13/+24
2020-07-10perf script: Add option --show-text-poke-eventsAdrian Hunter2-0/+23
2020-07-10perf intel-pt: Add support for text poke eventsAdrian Hunter2-0/+79
2020-07-10perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter7-1/+23
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter14-3/+216
2020-07-09perf annotate: Fix non-null terminated buffer returned by readlink()Numfor Mbiziwo-Tiapo1-4/+11
2020-07-08perf inject jit: Remove //anon mmap eventsSteve MacLean2-3/+32
2020-07-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo875-3904/+7550
2020-07-08Merge tag 'perf-tools-fixes-2020-07-07' of git://git.kernel.org/pub/scm/linux...Linus Torvalds15-40/+123
2020-07-08Merge tag 'mtd/fixes-for-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-4/+4
2020-07-08Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-25/+35
2020-07-07Merge tag 'arc-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds7-27/+59
2020-07-07Merge tag 'tpmdd-next-v5.8-rc5' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-0/+8
2020-07-07perf symbols: Add s390 idle functions 'psw_idle' and 'psw_idle_exit' to list ...Sven Schnelle1-0/+2
2020-07-07mtd: rawnand: xway: Fix build issueMiquel Raynal1-1/+1
2020-07-07Revert commit e918e570415c ("tpm_tis: Remove the HID IFX0102")Jarkko Sakkinen1-0/+8
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-30/+70
2020-07-06Merge tag 's390-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-26/+106
2020-07-06Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-5/+13
2020-07-06perf vendor events power9: Added nest imc metric eventsKajol Jain1-0/+35
2020-07-06perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo1-1/+18
2020-07-06perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter1-2/+3
2020-07-06perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter1-1/+1
2020-07-06perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2-2/+3
2020-07-06perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li1-6/+11