summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-07-01perf stat: Don't merge events in the same PMUAndi Kleen
2019-07-01perf stat: Make metric event lookup more robustAndi Kleen
2019-07-01tools lib: Move argv_{split,free} from tools/perf/util/Arnaldo Carvalho de Melo
2019-07-01perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo
2019-07-01tools lib: Adopt strreplace() from the kernelArnaldo Carvalho de Melo
2019-07-01perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-28selftests/x86: Add a test for process_vm_readv() on the vsyscall pageAndy Lutomirski
2019-06-28selftests/x86/vsyscall: Verify that vsyscall=none blocks executionAndy Lutomirski
2019-06-28x86/vsyscall: Document odd SIGSEGV error code for vsyscallsAndy Lutomirski
2019-06-27Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Walleij
2019-06-26perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo
2019-06-26tools lib: Adopt strim() from the kernelArnaldo Carvalho de Melo
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo
2019-06-26perf report: Use skip_spaces()Arnaldo Carvalho de Melo
2019-06-26perf metricgroup: Use strsep()Arnaldo Carvalho de Melo
2019-06-26perf strfilter: Use skip_spaces()Arnaldo Carvalho de Melo
2019-06-26perf probe: Use skip_spaces() for argv handlingArnaldo Carvalho de Melo
2019-06-25perf time-utils: Use skip_spaces()Arnaldo Carvalho de Melo
2019-06-25perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo
2019-06-25perf stat: Use recently introduced skip_spaces()Arnaldo Carvalho de Melo
2019-06-25tools lib: Adopt skip_spaces() from the kernel sourcesArnaldo Carvalho de Melo
2019-06-25perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-25perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo
2019-06-25perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo
2019-06-25perf symbols: We need util.h in symbol-elf.c for zfree()Arnaldo Carvalho de Melo
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo
2019-06-25tools x86 machine: Add missing util.h to pick up 'page_size'Arnaldo Carvalho de Melo
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo
2019-06-25perf ctype: Remove now unused 'spaces' variableArnaldo Carvalho de Melo
2019-06-25perf ui stdio: No need to use 'spaces' to left alignArnaldo Carvalho de Melo
2019-06-25perf ctype: Remove unused 'graph_line' variableArnaldo Carvalho de Melo
2019-06-25perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter
2019-06-25perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e...Adrian Hunter
2019-06-25perf db-export: Export synth eventsAdrian Hunter
2019-06-25perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter
2019-06-25perf intel-pt: Add CBR value to decoder stateAdrian Hunter
2019-06-25perf intel-pt: Cater for CBR change in PSB+Adrian Hunter
2019-06-25perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter
2019-06-25perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer
2019-06-25perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter
2019-06-25perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter
2019-06-25perf tools: Fix cache.h include directiveNumfor Mbiziwo-Tiapo
2019-06-24Merge branch 'x86/cpu' into perf/core, to pick up dependent patchesIngo Molnar
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar
2019-06-24perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang
2019-06-24Merge LKMM and RCU commitsPaul E. McKenney