summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | perf test: Move parse event automated tests to separated objectJiri Olsa2012-05-224-551/+605
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-222-42/+2
|\ \ \ \ \
| * | | | | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-172-42/+2
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-2272-4190/+11526
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'perf/parse-events-4' of git://github.com/fweisbec/tracing into ...Ingo Molnar2012-05-2118-3274/+9122
| |\ \ \ \ \
| | * | | | | parse-events: Rename struct record to struct pevent_recordSteven Rostedt2012-04-256-49/+49
| | * | | | | parse-event: Fix memset pointer size bug in handleSteven Rostedt2012-04-251-1/+1
| | * | | | | parse-events: Allow '*' and '/' operations in TP_printkSteven Rostedt2012-04-251-0/+6
| | * | | | | parse-events: Support '+' opcode in print formatVaibhav Nagarnaik2012-04-251-0/+12
| | * | | | | parse-events: Let pevent_free() take a NULL pointerSteven Rostedt2012-04-251-3/+10
| | * | | | | parse-events: Handle opcode parsing errorVaibhav Nagarnaik2012-04-251-8/+11
| | * | | | | parse-events: Handle invalid opcode parsing gracefullyVaibhav Nagarnaik2012-04-251-42/+83
| | * | | | | perf/events: Correct size given to memsetJulia Lawall2012-04-251-1/+1
| | * | | | | perf/events: Add flag/symbol format_flagsTom Zanussi2012-04-251-0/+15
| | * | | | | perf/events: Add flag to produce nsec outputSteven Rostedt2012-04-253-3/+25
| | * | | | | perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-2512-3467/+481
| | * | | | | events: Update tools/lib/traceevent to work with perfSteven Rostedt2012-04-255-33/+37
| | * | | | | perf: Build libtraceevent.aSteven Rostedt2012-04-252-1/+10
| | * | | | | tools/events: Add files to create libtraceevent.aSteven Rostedt2012-04-257-0/+8715
| | * | | | | perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt2012-04-255-3405/+3405
| * | | | | | perf evsel: Create events initially disabled -- againDavid Ahern2012-05-181-1/+1
| * | | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-188-26/+93
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | perf tools: Split term type into value type and term typeJiri Olsa2012-05-184-56/+96
| * | | | | | perf hists: Fix callchain ip printf formatJiri Olsa2012-05-171-1/+1
| * | | | | | 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