summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Fix buffer overflow while freeing eventsAndi Kleen2017-08-225-40/+20
* perf xyarray: Save max_x, max_yAndi Kleen2017-08-222-0/+14
* perf annotate browser: Circulate percent, total-period and nr-samples viewTaeung Song2017-08-181-3/+8
* perf annotate browser: Support --show-nr-samples optionTaeung Song2017-08-182-5/+13
* perf annotate: Document --show-total-period optionTaeung Song2017-08-181-0/+2
* perf annotate stdio: Support --show-nr-samples optionTaeung Song2017-08-183-3/+23
* perf tools: Use default CPUINFO_PROC where it fitsArnaldo Carvalho de Melo2017-08-172-20/+2
* perf tools: Remove unused cpu_relax() macrosArnaldo Carvalho de Melo2017-08-171-9/+0
* perf events parse: Rename parse_events_parse argumentsArnaldo Carvalho de Melo2017-08-174-104/+104
* perf events parse: Use just one parse events state structArnaldo Carvalho de Melo2017-08-173-6/+3
* perf events parse: Rename parsing state struct to clearer nameArnaldo Carvalho de Melo2017-08-174-31/+31
* perf events parse: Remove some needless local variablesArnaldo Carvalho de Melo2017-08-171-13/+7
* perf trace: Fix off by one string allocation problemArnaldo Carvalho de Melo2017-08-171-1/+1
* perf jevents: Support FCMask and PortMaskAndi Kleen2017-08-171-0/+2
* tools lib bpf: Fix double file test in MakefileDaniel Díaz2017-08-171-2/+2
* Merge tag 'perf-core-for-mingo-4.14-20170816' of git://git.kernel.org/pub/scm...Ingo Molnar2017-08-1714-47/+611
|\
| * perf test shell: Replace '|&' with '2>&1 |' to work with more shellsKim Phillips2017-08-163-4/+4
| * perf bpf: Fix endianness problem when loading parameters in prologueWang Nan2017-08-162-3/+50
| * perf script python: Add support for sqlite3 to call-graph-from-sql.pyAdrian Hunter2017-08-151-24/+36
| * perf script python: Rename call-graph-from-postgresql.py to call-graph-from-s...Adrian Hunter2017-08-153-7/+7
| * perf script python: Add support for exporting to sqlite3Adrian Hunter2017-08-154-3/+491
| * perf scripts python: Fix query in call-graph-from-postgresql.pyAdrian Hunter2017-08-151-1/+1
| * perf scripts python: Fix missing call_path_id in export-to-postgresql scriptAdrian Hunter2017-08-151-1/+2
| * perf test shell vfs_getname: Skip for tools built with NO_LIBDWARF=1Arnaldo Carvalho de Melo2017-08-151-3/+3
| * perf test shell: Check if 'perf probe' is available, skip tests if notArnaldo Carvalho de Melo2017-08-156-1/+22
| * perf tests shell: Remove duplicate skip_if_no_debuginfo() functionArnaldo Carvalho de Melo2017-08-151-5/+0
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-174-5/+4
|\ \ | |/ |/|
| * Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-08-154-5/+4
| |\
| | * selftests: timers: freq-step: fix compile errorShuah Khan2017-08-111-4/+3
| | * selftests: futex: fix run_tests targetShuah Khan2017-08-091-1/+1
| | * test_sysctl: fix sysctl.sh by making it executableLuis R. Rodriguez2017-08-071-0/+0
| | * test_kmod: fix kmod.sh by making it executableLuis R. Rodriguez2017-08-071-0/+0
* | | perf test shell: Add uprobes + backtrace ping testArnaldo Carvalho de Melo2017-08-111-0/+40
* | | perf report: Fix module symbol adjustment for s390xThomas Richter2017-08-113-1/+17
* | | perf record: Fix wrong size in perf_record_mmap for last kernel moduleThomas Richter2017-08-114-10/+19
* | | perf srcline: Do not consider empty files as valid srclinesMilian Wolff2017-08-111-0/+6
* | | perf util: Take elf_name as const string in dso__demangle_symMilian Wolff2017-08-113-3/+3
* | | perf test shell: Add test using vfs_getname + 'perf trace'Arnaldo Carvalho de Melo2017-08-111-0/+31
* | | perf test shell: Add test using probe:vfs_getname and verifying resultsArnaldo Carvalho de Melo2017-08-111-0/+37
* | | perf test shell: Move vfs_getname probe function to libArnaldo Carvalho de Melo2017-08-113-22/+32
* | | perf test shell: Install shell testsArnaldo Carvalho de Melo2017-08-111-1/+3
* | | perf test shell: Add 'probe_vfs_getname' shell testArnaldo Carvalho de Melo2017-08-111-0/+30
* | | perf test: Make 'list' use same filtering code as main 'perf test'Arnaldo Carvalho de Melo2017-08-111-8/+10
* | | perf test: Add infrastructure to run shell based testsArnaldo Carvalho de Melo2017-08-112-1/+170
* | | perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo2017-08-1154-124/+127
* | | perf test: Make 'list' subcommand match main 'perf test' numbering/matchingArnaldo Carvalho de Melo2017-08-111-1/+3
* | | perf tools: Add missing newline to expr parser error messagesAndi Kleen2017-08-111-1/+1
* | | perf stat: Fix saved values rbtree lookupAndi Kleen2017-08-111-1/+5
* | | perf vendor events powerpc: Update POWER9 eventsSukadev Bhattiprolu2017-08-119-2298/+3511
* | | perf vendor events powerpc: remove suffix in mapfileSukadev Bhattiprolu2017-08-111-10/+10
OpenPOWER on IntegriCloud