summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Use build-ids to find the right DSOArnaldo Carvalho de Melo2010-05-206-18/+54
* perf TUI: Make 'space' be an alias to 'PgDn'Arnaldo Carvalho de Melo2010-05-201-0/+2
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-203-8/+20
|\
| * perf: Fix unaligned accesses while fetching trace valuesFrederic Weisbecker2010-05-201-1/+6
| * perf: Use read() instead of lseek() in trace_event_read.c:skip()Tom Zanussi2010-05-201-6/+13
| * Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18132-3512/+10256
| |\
| * | perf record: Add a fallback to the reference relocation symbolArnaldo Carvalho de Melo2010-05-131-0/+3
| * | perf: Fix static strings treated like dynamic onesFrederic Weisbecker2010-05-111-1/+1
| * | perf kmem: Fix breakage introduced by 5a0e3ad slab.h scriptArnaldo Carvalho de Melo2010-04-061-1/+0
| * | Merge branch 'master' into export-slabhTejun Heo2010-04-052-10/+17
| |\ \
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | | perf session: Make read_build_id routines look at the host_machine tooArnaldo Carvalho de Melo2010-05-195-40/+69
* | | | perf symbols: Don't try to read the build-id twiceArnaldo Carvalho de Melo2010-05-191-0/+4
* | | | perf tools: remove xstrndup, xmalloc, xzallocArnaldo Carvalho de Melo2010-05-184-51/+3
* | | | perf probe: Don't call die()Arnaldo Carvalho de Melo2010-05-181-3/+7
* | | | perf probe: Fix some error exit pathsArnaldo Carvalho de Melo2010-05-181-10/+19
* | | | perf tools: Remove some unused functionsArnaldo Carvalho de Melo2010-05-1819-1909/+20
* | | | perf stat: add perf stat -B to pretty print large numbersStephane Eranian2010-05-182-4/+17
* | | | perf tui: Fix build problem with slang <= 2.0.6Arnaldo Carvalho de Melo2010-05-181-1/+9
* | | | perf probe: Don't compile CFI related code if elfutils is oldMasami Hiramatsu2010-05-172-0/+7
| |_|/ |/| |
* | | perf tools: Add mode to build without newt supportArnaldo Carvalho de Melo2010-05-171-0/+4
* | | perf symbols: symbol inconsistency message should be done only at verbose=1Arnaldo Carvalho de Melo2010-05-171-1/+1
* | | perf tui: Add explicit -lslang optionArnaldo Carvalho de Melo2010-05-171-1/+1
* | | perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo2010-05-1712-33/+33
* | | perf options: Type check OPT_BOOLEAN and fix the offendersArnaldo Carvalho de Melo2010-05-175-7/+8
* | | perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo2010-05-176-17/+18
* | | perf options: Introduce OPT_UINTEGERArnaldo Carvalho de Melo2010-05-172-2/+22
* | | perf tui: Add workaround for slang < 2.1.4Arnaldo Carvalho de Melo2010-05-171-10/+21
* | | perf record: Fix bug mismatch with -c option definitionStephane Eranian2010-05-171-6/+5
* | | perf options: Introduce OPT_U64Arnaldo Carvalho de Melo2010-05-172-0/+20
* | | perf tui: Add help window to show key associationsArnaldo Carvalho de Melo2010-05-161-0/+60
* | | perf tui: Make <- exit menus tooArnaldo Carvalho de Melo2010-05-161-2/+1
* | | perf newt: Add single key shortcuts for zoom into DSO and threadsArnaldo Carvalho de Melo2010-05-151-3/+20
* | | perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressedArnaldo Carvalho de Melo2010-05-151-3/+4
* | | perf newt: Fix the 'A'/'a' shortcut for annotateArnaldo Carvalho de Melo2010-05-151-2/+2
* | | perf newt: Make <- exit the ui_browserArnaldo Carvalho de Melo2010-05-151-1/+3
* | | perf newt: Make <- zoom out filtersArnaldo Carvalho de Melo2010-05-144-3/+120
* | | perf report: Report number of events, not samplesArnaldo Carvalho de Melo2010-05-148-63/+107
* | | perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo2010-05-149-34/+41
* | | perf hist: Make event__totals per histsArnaldo Carvalho de Melo2010-05-148-38/+62
* | | perf trace scripts: Fix typos in perf-trace-python.txtKirill Smelkov2010-05-131-2/+2
* | | perf tools: change event inheritance logic in stat and recordStephane Eranian2010-05-134-15/+15
* | | perf hist: Fix missing getline declarationFrederic Weisbecker2010-05-131-0/+1
* | | perf hist: Fix hists__browse no-newt caseFrederic Weisbecker2010-05-131-1/+1
* | | perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo2010-05-117-249/+544
* | | perf ui: Add ui_helpline methodsArnaldo Carvalho de Melo2010-05-111-19/+50
* | | perf symbols: allow forcing use of cplus_demangleKyle McMartin2010-05-111-0/+3
* | | perf probe: Check older elfutils and set NO_DWARFMasami Hiramatsu2010-05-111-2/+2
* | | perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo2010-05-115-85/+89
* | | perf/trace/scripting: syscall-counts script cleanupTom Zanussi2010-05-101-1/+1
OpenPOWER on IntegriCloud