summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf: Convert perf header build_ids into build_id eventsTom Zanussi2010-04-145-1/+107
* perf: Convert perf tracing data into a tracing_data eventTom Zanussi2010-04-148-46/+152
* perf: Convert perf event types into event type eventsTom Zanussi2010-04-145-8/+92
* perf: Convert perf header attrs into attr eventsTom Zanussi2010-04-145-2/+124
* perf: Add pipe-specific header read/write and event processing codeTom Zanussi2010-04-145-28/+201
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-146-5/+15
* perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo2010-04-081-15/+34
* perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo2010-04-084-6/+6
* perf TUI: Move "Yes" button to before "No"Arnaldo Carvalho de Melo2010-04-081-1/+1
* perf TUI: Show filters on the title and add help line about how to zoom outArnaldo Carvalho de Melo2010-04-081-28/+68
* perf: Swap inclusion order of util.h and string.h in util/string.cHitoshi Mitake2010-04-041-1/+1
* perf TUI: Add a "Zoom into COMM(PID) thread" and reverse operationsArnaldo Carvalho de Melo2010-04-032-10/+81
* perf newt: Add a "Zoom into foo.so DSO" and reverse operationsArnaldo Carvalho de Melo2010-04-032-32/+90
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-031-5/+12
|\
| * perf/scripts: Tuple was set from long in both branches in python_process_event()Tom Zanussi2010-04-021-5/+12
| * Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-265-19/+23
| |\
* | \ Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-04-0317-414/+614
|\ \ \
| * | | perf newt: Pass the input_name to perf_session__browse_histsArnaldo Carvalho de Melo2010-04-032-7/+12
| * | | perf newt: Move the hist browser population bits to separare functionArnaldo Carvalho de Melo2010-04-031-45/+84
| * | | perf newt: Remove useless column width calculationArnaldo Carvalho de Melo2010-04-031-20/+0
| * | | perf symbols: Fill in pgoff in mmap synthesized eventsAnton Blanchard2010-04-031-0/+9
| * | | perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo2010-04-032-16/+12
| * | | perf tools: sort_dimension__add shouldn't dieArnaldo Carvalho de Melo2010-04-021-3/+2
| * | | perf session: Remove one more exit() call from library codeArnaldo Carvalho de Melo2010-04-021-8/+3
| * | | perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo2010-04-022-3/+4
| * | | perf kmem: Resolve kernel symbols againArnaldo Carvalho de Melo2010-04-022-5/+5
| * | | perf hist: Replace ->print() routines by ->snprintf() equivalentsArnaldo Carvalho de Melo2010-04-027-114/+149
| * | | perf tools: Allow specifying O= to build files in a separate directoryArnaldo Carvalho de Melo2010-04-021-1/+5
| * | | perf report: Add progress barsArnaldo Carvalho de Melo2010-04-026-29/+115
| * | | perf symbols: map_groups__find_symbol must return the map tooArnaldo Carvalho de Melo2010-04-022-5/+46
| * | | perf symbols: Move more map_groups methods to map.cArnaldo Carvalho de Melo2010-04-024-170/+180
* | | | perf probe: Fix to close dwarf when failing to analyze itMasami Hiramatsu2010-04-021-2/+4
* | | | perf probe: Correct error message for non-structure typeMasami Hiramatsu2010-04-021-4/+8
* | | | perf probe: Fix not to return non-matched fileMasami Hiramatsu2010-04-021-0/+2
|/ / /
* | | perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo2010-03-265-65/+76
* | | perf tools: Move __used from perf.h to linux/compiler.hArnaldo Carvalho de Melo2010-03-261-0/+2
* | | perf symbols: Move map related routines to map.cArnaldo Carvalho de Melo2010-03-265-130/+131
* | | perf symbols: Pass the mmap parameters instead of using mmap_eventArnaldo Carvalho de Melo2010-03-263-11/+8
* | | perf report: Pass the DSO to 'perf annotate'Arnaldo Carvalho de Melo2010-03-261-23/+28
* | | perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo2010-03-266-34/+34
* | | perf tools: Introduce struct map_symbolArnaldo Carvalho de Melo2010-03-265-18/+24
* | | perf symbols: Avoid unnecessary symbol loading when dso list is specifiedArnaldo Carvalho de Melo2010-03-261-15/+23
* | | perf report: Add a popup menu to ask what operation is to be performedArnaldo Carvalho de Melo2010-03-261-8/+88
* | | perf report: Implement Newt callgraphsArnaldo Carvalho de Melo2010-03-221-32/+259
* | | perf tools: Exit browser before printing usage when unkown option passedArnaldo Carvalho de Melo2010-03-221-0/+1
* | | perf probe: Cleanup debuginfo related codeMasami Hiramatsu2010-03-222-161/+186
* | | perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo2010-03-222-8/+15
* | | perf: Fix orphan callchain branchesFrederic Weisbecker2010-03-223-35/+83
* | | Merge commit 'v2.6.34-rc2' into perf/coreIngo Molnar2010-03-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-1810-34/+151
| |\ \
OpenPOWER on IntegriCloud