aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2017-08-15perf script python: Add support for exporting to sqlite3Adrian Hunter4-3/+491
2017-08-15perf scripts python: Fix query in call-graph-from-postgresql.pyAdrian Hunter1-1/+1
2017-08-15perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter1-1/+2
2017-08-15perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo1-3/+3
2017-08-15perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo6-1/+22
2017-08-15perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo1-5/+0
2017-08-11perf test shell: Add uprobes + backtrace ping testArnaldo Carvalho de Melo1-0/+40
2017-08-11perf report: Fix module symbol adjustment for s390xThomas Richter3-1/+17
2017-08-11perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter4-10/+19
2017-08-11perf srcline: Do not consider empty files as valid srclinesMilian Wolff1-0/+6
2017-08-11perf util: Take elf_name as const string in dso__demangle_symMilian Wolff3-3/+3
2017-08-11perf test shell: Add test using vfs_getname + 'perf trace'Arnaldo Carvalho de Melo1-0/+31
2017-08-11perf test shell: Add test using probe:vfs_getname and verifying resultsArnaldo Carvalho de Melo1-0/+37
2017-08-11perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo3-22/+32
2017-08-11perf test shell: Install shell testsArnaldo Carvalho de Melo1-1/+3
2017-08-11perf test shell: Add 'probe_vfs_getname' shell testArnaldo Carvalho de Melo1-0/+30
2017-08-11perf test: Make 'list' use same filtering code as main 'perf test'Arnaldo Carvalho de Melo1-8/+10
2017-08-11perf test: Add infrastructure to run shell based testsArnaldo Carvalho de Melo2-1/+170
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo54-124/+127
2017-08-11perf test: Make 'list' subcommand match main 'perf test' numbering/matchingArnaldo Carvalho de Melo1-1/+3
2017-08-11perf tools: Add missing newline to expr parser error messagesAndi Kleen1-1/+1
2017-08-11perf stat: Fix saved values rbtree lookupAndi Kleen1-1/+5
2017-08-11perf vendor events powerpc: Update POWER9 eventsSukadev Bhattiprolu9-2298/+3511
2017-08-11perf vendor events powerpc: remove suffix in mapfileSukadev Bhattiprolu1-10/+10
2017-08-11perf scripting python: Add ppc64le to audit uname listNaveen N. Rao1-0/+1
2017-08-01perf trace beautify ioctl: Beautify perf ioctl's 'cmd' argArnaldo Carvalho de Melo3-8/+39
2017-08-01perf trace beautify ioctl: Beautify vhost virtio ioctl's 'cmd' argArnaldo Carvalho de Melo3-2/+42
2017-08-01tools include uapi: Grab a copy of linux/vhost.hArnaldo Carvalho de Melo2-0/+2
2017-08-01perf trace beauty ioctl: Pass _IOC_DIR to the per _IOC_TYPE scnprintfArnaldo Carvalho de Melo1-12/+12
2017-08-01perf trace beautify ioctl: Beautify KVM ioctl's 'cmd' argArnaldo Carvalho de Melo3-3/+37
2017-08-01tools include uapi: Grab a copy of linux/kvm.hArnaldo Carvalho de Melo2-0/+2
2017-08-01perf trace beautify ioctl: Beautify sound ioctl's 'cmd' argArnaldo Carvalho de Melo4-7/+63
2017-08-01tools include uapi: Grab a copy of sound/asound.hArnaldo Carvalho de Melo2-0/+2
2017-08-01perf trace beauty ioctl: Beautify DRM ioctl cmdsArnaldo Carvalho de Melo3-3/+40
2017-08-01tools include uapi: Grab copies of drm/{drm,i915_drm}.hArnaldo Carvalho de Melo2-0/+4
2017-08-01perf trace beauty ioctl: Improve 'cmd' beautifierArnaldo Carvalho de Melo4-43/+95
2017-07-31tools perf: Do not check spaces/blank lines when checking header file copy driftArnaldo Carvalho de Melo1-5/+5
2017-07-31tools include uapi: Grab a copy of asm-generic/ioctls.hArnaldo Carvalho de Melo2-0/+2
2017-07-31perf build: Clarify open-coded header version warning messageIngo Molnar1-1/+1
2017-07-31perf build: Clarify header version warning messageIngo Molnar1-1/+1
2017-07-30Merge tag 'perf-core-for-mingo-4.14-20170728' of git://git.kernel.org/pub/scm...Ingo Molnar13-32/+334
2017-07-30Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar1-1/+1
2017-07-28perf data: Add doc when no conversion support compiledGeneviève Bastien1-1/+1
2017-07-28perf data: Add mmap[2] events to CTF conversionGeneviève Bastien1-0/+35
2017-07-28perf data: Add callchain to CTF conversionGeneviève Bastien1-1/+91
2017-07-28perf annotate TUI: Set appropriate column width for period/percentArnaldo Carvalho de Melo1-4/+6
2017-07-28perf annotate TUI: Fix column header when toggling period/percentTaeung Song1-1/+1
2017-07-28perf annotate TUI: Clarify calculation of column header widthsArnaldo Carvalho de Melo1-9/+11
2017-07-28perf annotate TUI: Fix --show-total-periodTaeung Song1-1/+1
2017-07-28perf annotate TUI: Use sym_hist_entry in disasm_line_samplesArnaldo Carvalho de Melo1-4/+4