summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2017-09-15perf script python: Remove dups in documentation examplesSeongJae Park1-4/+2
2017-09-15perf script python: Updated trace_unhandled() signatureSeongJae Park1-6/+3
2017-09-15perf script python: Fix wrong code snippets in documentationSeongJae Park1-2/+2
2017-09-15perf script: Fix documentation errorsSeongJae Park2-3/+3
2017-09-15perf script: Fix outdated comment for perf-trace-pythonSeongJae Park1-1/+1
2017-09-15perf probe: Fix examples section of documentationSeongJae Park1-2/+6
2017-07-18perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann1-1/+1
2017-06-05perf script: Fix man page about --dump-raw-trace optionMichael Petlan1-2/+2
2017-03-16perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo1-2/+4
2016-02-27perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf1-2/+2
2015-10-13perf tools: Fix build with perl 5.18Kirill A. Shutemov1-2/+2
2015-10-13perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo1-14/+8
2013-11-28perf tools: Fix getrusage() related build failure on glibc trunkMarkus Trippelsdorf1-0/+1
2013-10-27perf tools: Handle JITed code in shared memoryAndi Kleen1-0/+1
2013-09-10perf tools: Add anonymous huge page recognitionJoshua Zhu1-1/+2
2013-05-30perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings1-3/+3
2013-05-30perf: net_dropmonitor: Fix trace parameter orderBen Hutchings1-1/+1
2013-03-27perf: Revert duplicated commitBen Hutchings1-2/+0
2012-10-17kbuild: Fix gcc -x syntaxJean Delvare1-1/+1
2012-05-11Perf: fix build breakageZeev Tarantov1-2/+2
2012-04-23perf hists: Catch and handle out-of-date hist entry maps.David Miller1-0/+12
2012-03-23perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo8-33/+35
2012-03-23perf tools: Incorrect use of snprintf results in SEGVAnton Blanchard1-0/+3
2012-02-21perf tools: Fix perf stack to non executable on x86_64Jiri Olsa1-0/+6
2012-02-21perf evsel: Fix an issue where perf report fails to show the proper percentageNaveen N. Rao1-0/+1
2012-01-12perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-12-08Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar2-2/+3
2011-12-06perf header: Use event_name() to get an event nameAndrew Vagin1-1/+1
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard1-1/+2
2011-11-16perf session: Fix crash with invalid CPU listDavid Ahern1-0/+4
2011-11-16perf python: Fix undefined symbol problemArnaldo Carvalho de Melo3-12/+10
2011-11-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds31-288/+624
2011-11-03perf top: Fix live annotation in the --stdio interfaceArnaldo Carvalho de Melo1-1/+2
2011-11-02perf top tui: Don't recalc column widths considering just the first pageArnaldo Carvalho de Melo1-1/+0
2011-11-02perf report: Add progress bar when processing time ordered eventsArnaldo Carvalho de Melo2-0/+10
2011-11-02perf hists browser: Warn about lost eventsArnaldo Carvalho de Melo7-29/+112
2011-10-28perf tools: Fix a typo of command name as trace-cmdMasami Hiramatsu1-1/+1
2011-10-27perf hists: Fix recalculation of total_period when sorting entriesArnaldo Carvalho de Melo1-2/+1
2011-10-26perf header: Fix build on old systemsArnaldo Carvalho de Melo1-1/+1
2011-10-26perf ui browser: Handle K_RESIZE in dialog windowsArnaldo Carvalho de Melo9-26/+94
2011-10-26perf ui browser: No need to switch char sets that oftenArnaldo Carvalho de Melo1-3/+5
2011-10-26perf hists browser: Use K_TIMERArnaldo Carvalho de Melo1-3/+2
2011-10-26perf ui: Rename ui__warning_paranoid to ui__error_paranoidArnaldo Carvalho de Melo4-6/+8
2011-10-26perf ui: Reimplement the popup windows using libslangArnaldo Carvalho de Melo6-67/+77
2011-10-26perf ui: Reimplement ui__popup_menu using ui__browserArnaldo Carvalho de Melo3-30/+97
2011-10-26perf ui: Reimplement ui_helpline using libslangArnaldo Carvalho de Melo1-4/+6
2011-10-26perf ui: Improve handling sigwinch a bitArnaldo Carvalho de Melo5-47/+82
2011-10-26perf ui progress: Reimplement using slangArnaldo Carvalho de Melo4-69/+22
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds60-1209/+3447