summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf top: Fix refreshing hierarchy entries on TUINamhyung Kim2016-11-181-1/+2
* perf symbols: Fixup symbol sizes before picking best onesArnaldo Carvalho de Melo2016-10-312-2/+2
* perf symbols: Check symbol_conf.allow_aliases for kallsyms loading tooArnaldo Carvalho de Melo2016-10-312-2/+4
* perf ui/stdio: Always reset output width for hierarchyNamhyung Kim2016-10-311-8/+6
* perf ui/tui: Reset output width for hierarchyNamhyung Kim2016-10-311-0/+6
* perf powerpc: Fix build-test failureRavi Bangoria2016-10-311-1/+0
* perf hists browser: Fix event group displayNamhyung Kim2016-10-311-1/+0
* perf data: Fix building in 32 bit platform with libbabeltraceWang Nan2016-10-311-1/+1
* perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter2016-10-281-0/+36
* perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter2016-10-281-0/+2
* perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter2016-10-281-4/+11
* perf evsel: Do not access outside hw cache name arraysArnaldo Carvalho de Melo2016-08-181-3/+3
* perf unwind: Use addr_location::addr instead of ip for entriesMilian Wolff2016-08-162-2/+2
* perf intel-pt: Fix occasional decoding errors when tracing system-wideAdrian Hunter2016-08-151-1/+5
* perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo2016-08-151-3/+9
* perf probe: Check for dup and fdopen failuresColin Ian King2016-08-151-4/+20
* perf symbols: Fix annotation of objects with debuginfo filesAnton Blanchard2016-08-151-1/+2
* perf script: Don't disable use_callchain if input is pipeHe Kuang2016-08-151-1/+3
* perf script: Show proper message when failed list scriptsHe Kuang2016-08-151-2/+7
* perf jitdump: Add the right header to get the major()/minor() definitionsArnaldo Carvalho de Melo2016-08-151-0/+1
* perf ppc64le: Fix build failure when libelf is not presentRavi Bangoria2016-08-121-0/+2
* perf tools mem: Fix -t store option for record commandJiri Olsa2016-08-121-0/+3
* perf intel-pt: Fix ip compressionAdrian Hunter2016-08-122-28/+40
* perf probe ppc64le: Fix probe location when using DWARFRavi Bangoria2016-08-093-21/+49
* perf probe: Add function to post process kernel trace eventsRavi Bangoria2016-08-091-11/+18
* perf probe: Support signedness castingNaohiro Aota2016-08-092-4/+21
* perf stat: Avoid skew when reading eventsMark Rutland2016-08-091-8/+23
* perf probe: Fix module name matchingKonstantin Khlebnikov2016-08-091-1/+3
* perf probe: Adjust map->reloc offset when finding kernel symbol from mapMasami Hiramatsu2016-08-091-1/+1
* perf hists: Trim libtraceevent trace_seq buffersArnaldo Carvalho de Melo2016-08-091-1/+5
* perf script: Add 'bpf-output' field to usage messageBrendan Gregg2016-08-092-3/+3
* Merge tag 'perf-core-for-mingo-20160803' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-08-0423-106/+312
|\
| * perf tests bpf: Use SyS_epoll_wait aliasArnaldo Carvalho de Melo2016-08-031-2/+2
| * perf tests: objdump output can contain multi byte chunksJan Stancek2016-08-021-29/+71
| * perf record: Add --sample-cpu optionJiri Olsa2016-08-024-1/+6
| * perf hists: Introduce output_resort_cb methodJiri Olsa2016-08-022-3/+16
| * perf tools: Move config/Makefile into Makefile.configJiri Olsa2016-08-022-3/+3
| * perf tests: Add test for bitmap_scnprintf functionJiri Olsa2016-08-024-0/+59
| * perf tools: Fix build failure on perl script contextNamhyung Kim2016-08-021-1/+3
| * perf annotate: Plug filename string leakArnaldo Carvalho de Melo2016-08-011-3/+2
| * perf annotate: Introduce strerror for handling symbol__disassemble() errorsArnaldo Carvalho de Melo2016-08-015-31/+78
| * perf annotate: Rename symbol__annotate() to symbol__disassemble()Arnaldo Carvalho de Melo2016-08-015-6/+6
| * perf target: str_error_r() always returns the buffer it receivesArnaldo Carvalho de Melo2016-07-291-5/+1
| * perf annotate: Use pipe + fork instead of popenArnaldo Carvalho de Melo2016-07-291-4/+35
| * perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo2016-07-283-20/+32
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-306-6/+30
|\ \
| * | tools lib api: Add str_error_c to libapiArnaldo Carvalho de Melo2016-07-272-6/+0
| * | perf s390: Fix 'start' address of module's mapSong Shan Gong2016-07-264-0/+30
| |/
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-284-9/+1
|\ \
| * | x86/insn: remove pcommitDan Williams2016-07-234-9/+1