summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf target: Add uses_mmap fieldNamhyung Kim2012-05-175-0/+10
| * | | | | | Revert 'perf evlist: Fix creation of cpu map'Namhyung Kim2012-05-161-3/+3
| * | | | | | perf target: Rename functions to avoid double negationNamhyung Kim2012-05-165-15/+15
| * | | | | | perf annotate browser: Add key bindings help windowArnaldo Carvalho de Melo2012-05-121-7/+18
| * | | | | | perf annotate browser: Show 'jumpy' functionsArnaldo Carvalho de Melo2012-05-121-5/+60
| * | | | | | perf annotate browser: Count the numbers of jump sources to a targetArnaldo Carvalho de Melo2012-05-121-3/+3
| * | | | | | perf annotate: Introduce ->free() method in ins_opsArnaldo Carvalho de Melo2012-05-122-8/+21
| * | | | | | perf annotate: Augment lock instruction outputArnaldo Carvalho de Melo2012-05-122-34/+109
| * | | | | | perf annotate: Resolve symbols using objdump comment for single op insArnaldo Carvalho de Melo2012-05-111-0/+45
| * | | | | | perf annotate: Resolve symbols using objdump commentArnaldo Carvalho de Melo2012-05-112-1/+119
| * | | | | | perf annotate: Use raw form for register indirect call instructionsArnaldo Carvalho de Melo2012-05-111-0/+9
| | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-05-1127-369/+583
| |\ \ \ \ \
| | * | | | | perf hists browser: Use '/' for search/filter instead of 's'Arnaldo Carvalho de Melo2012-05-101-2/+2
| | * | | | | perf annotate: shorten helpline so it fits in visible spaceDavid Ahern2012-05-091-3/+3
| | * | | | | perf record: Reset event name when falling back to cpu-clockDavid Ahern2012-05-091-0/+4
| | * | | | | perf top: Update event name when falling back to cpu-clockDavid Ahern2012-05-091-0/+4
| | * | | | | perf stat: handle ENXIO error for perf_event_openDavid Ahern2012-05-091-1/+6
| | * | | | | perf record: Fix fallback to cpu-clock on ppcDavid Ahern2012-05-091-2/+6
| | * | | | | perf report: Fix format string for x86-32 compilationJiri Olsa2012-05-091-1/+1
| | * | | | | perf top: Default to system wide using perf_target methodsArnaldo Carvalho de Melo2012-05-081-2/+1
| | * | | | | perf stat: Use perf_evlist__create_mapsNamhyung Kim2012-05-071-14/+8
| | * | | | | perf target: Consolidate target task/cpu checkingNamhyung Kim2012-05-076-20/+31
| | * | | | | perf tools: Introduce perf_target__strerror()Namhyung Kim2012-05-075-5/+87
| | * | | | | perf target: Introduce perf_target__parse_uid()Namhyung Kim2012-05-076-39/+42
| | * | | | | perf target: Introduce perf_target_errnoNamhyung Kim2012-05-072-12/+46
| | * | | | | perf evlist: Fix creation of cpu mapNamhyung Kim2012-05-071-2/+3
| | * | | | | perf top: Set target.system_wideArnaldo Carvalho de Melo2012-05-071-0/+4
| | * | | | | perf session: Fail on processing event with unknown sizeJiri Olsa2012-05-041-21/+9
| | * | | | | perf ui: Change fallback policy of setup_browser()Namhyung Kim2012-05-024-18/+16
| | * | | | | perf ui: Add gtk2 support into setup_browser()Namhyung Kim2012-05-027-165/+205
| | * | | | | perf ui gtk: Rename functions for consistencyNamhyung Kim2012-05-023-17/+17
| | * | | | | perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser()Namhyung Kim2012-05-023-6/+5
| | * | | | | perf ui: Make setup_browser() genericNamhyung Kim2012-05-021-19/+25
| | * | | | | perf target: Split out perf_target handling codeNamhyung Kim2012-05-028-44/+68
| | * | | | | perf tools: Check more combinations of PID/TID, UID and CPU switchesNamhyung Kim2012-05-021-0/+14
| | * | | | | perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-025-16/+15
| | * | | | | perf tools: Introduce perf_target__validate() helperNamhyung Kim2012-05-025-29/+31
| | * | | | | perf top: Convert to struct perf_targetNamhyung Kim2012-05-023-30/+28
| | * | | | | perf stat: Convert to struct perf_targetNamhyung Kim2012-05-021-25/+22
| | * | | | | perf tools: Introduce struct perf_targetNamhyung Kim2012-05-025-32/+41
| | * | | | | perf tools: Fix include header files in util/parse-events.hRobert Richter2012-05-021-0/+2
| | * | | | | perf test: Make the rdpmc test honour 'verbose' modeArnaldo Carvalho de Melo2012-05-021-4/+2
| | * | | | | perf tools: Cleanup realloc useUlrich Drepper2012-04-231-11/+6
| * | | | | | Merge branch 'perf/annotate' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-05-085-72/+164
| |\ \ \ \ \ \
| | * | | | | | perf annotate browser: Compact 'nop' outputArnaldo Carvalho de Melo2012-05-071-0/+13
| | * | | | | | perf annotate browser: Do raw printing in 'o'ffset in a single placeArnaldo Carvalho de Melo2012-05-073-14/+29
| | * | | | | | perf annotate browser: Don't change the asm line color when toggling sourceArnaldo Carvalho de Melo2012-05-031-3/+0
| | * | | | | | perf annotate browser: More clearly separate columnsArnaldo Carvalho de Melo2012-05-033-28/+36
| | * | | | | | perf ui browser: Introduce routine to draw vertical lineArnaldo Carvalho de Melo2012-05-032-0/+11
| | * | | | | | perf annotate browser: Don't display 0.00 percentagesArnaldo Carvalho de Melo2012-04-271-7/+7