aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-18perf evsel: Do not access outside hw cache name arraysArnaldo Carvalho de Melo1-3/+3
2016-08-16perf unwind: Use addr_location::addr instead of ip for entriesMilian Wolff2-2/+2
2016-08-15perf intel-pt: Fix occasional decoding errors when tracing system-wideAdrian Hunter1-1/+5
2016-08-15perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo1-3/+9
2016-08-15perf probe: Check for dup and fdopen failuresColin Ian King1-4/+20
2016-08-15perf symbols: Fix annotation of objects with debuginfo filesAnton Blanchard1-1/+2
2016-08-15perf script: Don't disable use_callchain if input is pipeHe Kuang1-1/+3
2016-08-15perf script: Show proper message when failed list scriptsHe Kuang1-2/+7
2016-08-15perf jitdump: Add the right header to get the major()/minor() definitionsArnaldo Carvalho de Melo1-0/+1
2016-08-12perf ppc64le: Fix build failure when libelf is not presentRavi Bangoria1-0/+2
2016-08-12perf tools mem: Fix -t store option for record commandJiri Olsa1-0/+3
2016-08-12perf intel-pt: Fix ip compressionAdrian Hunter2-28/+40
2016-08-09perf probe ppc64le: Fix probe location when using DWARFRavi Bangoria3-21/+49
2016-08-09perf probe: Add function to post process kernel trace eventsRavi Bangoria1-11/+18
2016-08-09perf probe: Support signedness castingNaohiro Aota2-4/+21
2016-08-09perf stat: Avoid skew when reading eventsMark Rutland1-8/+23
2016-08-09perf probe: Fix module name matchingKonstantin Khlebnikov1-1/+3
2016-08-09perf probe: Adjust map->reloc offset when finding kernel symbol from mapMasami Hiramatsu1-1/+1
2016-08-09perf hists: Trim libtraceevent trace_seq buffersArnaldo Carvalho de Melo1-1/+5
2016-08-09perf script: Add 'bpf-output' field to usage messageBrendan Gregg2-3/+3
2016-08-04Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar23-106/+312
2016-08-03perf tests bpf: Use SyS_epoll_wait aliasArnaldo Carvalho de Melo1-2/+2
2016-08-02perf tests: objdump output can contain multi byte chunksJan Stancek1-29/+71
2016-08-02perf record: Add --sample-cpu optionJiri Olsa4-1/+6
2016-08-02perf hists: Introduce output_resort_cb methodJiri Olsa2-3/+16
2016-08-02perf tools: Move config/Makefile into Makefile.configJiri Olsa2-3/+3
2016-08-02perf tests: Add test for bitmap_scnprintf functionJiri Olsa4-0/+59
2016-08-02perf tools: Fix build failure on perl script contextNamhyung Kim1-1/+3
2016-08-01perf annotate: Plug filename string leakArnaldo Carvalho de Melo1-3/+2
2016-08-01perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo5-31/+78
2016-08-01perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo5-6/+6
2016-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-6/+30
2016-07-29perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo1-5/+1
2016-07-29perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo1-4/+35
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds4-9/+1
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka1-0/+1
2016-07-28perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo3-20/+32
2016-07-27tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo2-6/+0
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+7
2016-07-26perf s390: Fix 'start' address of module's mapSong Shan Gong4-0/+30
2016-07-25Revert "perf tools: event.h needs asm/perf_regs.h"Arnaldo Carvalho de Melo1-1/+0
2016-07-23x86/insn: remove pcommitDan Williams4-9/+1
2016-07-22perf tests kmod-path: Fix build on ubuntu:16.04-x-armhfArnaldo Carvalho de Melo1-0/+1
2016-07-21perf tools: Add AVX-512 instructions to the new instructions testAdrian Hunter3-8/+3731
2016-07-21perf tools: Add AVX-512 support to the instruction decoder used by Intel PTAdrian Hunter5-101/+220
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter4-9/+17
2016-07-18perf tests: Add is_printable_array testJiri Olsa4-0/+42
2016-07-18perf tools: Make is_printable_array globalJiri Olsa4-28/+17
2016-07-18perf script python: Fix string vs byte array resolvingJiri Olsa1-6/+33
2016-07-18perf probe: Warn unmatched function filter correctlyMasami Hiramatsu2-2/+13