summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'v3.4-rc4' into perf/coreIngo Molnar2012-04-252-5/+14
|\
| * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-154-15/+15
| |\
| | * perf archive: Correct cutting of symbolic linkChanho Park2012-04-141-1/+2
| | * perf tools: Ignore auto-generated bison/flex filesNamhyung Kim2012-04-141-0/+2
| | * perf tools: Fix parsers' rules to dependenciesJiri Olsa2012-04-141-11/+8
| | * perf tools: fix NO_GTK2 Makefile config errorStephane Eranian2012-04-121-1/+1
| | * perf session: Skip event correctly for unknown id/machineJiri Olsa2012-04-121-2/+2
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-04-137-13/+68
| |\ \ | | |/
| | * perf kvm: Finding struct machine fails for PERF_RECORD_MMAPNikunj A. Dadhania2012-04-111-2/+10
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-121-0/+1
| |\ \
* | \ \ Merge tag 'v3.4-rc2' into perf/coreIngo Molnar2012-04-1329-241/+1972
|\ \ \ \ | |/ / /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-3134-459/+2134
| |\ \ \
| * \ \ \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-03-302-120/+224
| |\ \ \ \
| | * | | | tools turbostat: harden against cpu online/offlineLen Brown2012-03-291-54/+61
| | * | | | tools turbostat: reduce measurement overhead due to IPIsLen Brown2012-03-291-0/+46
| | * | | | tools turbostat: add summary optionLen Brown2012-03-292-69/+120
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/cpupowerutilsLinus Torvalds2012-03-2913-110/+259
| |\ \ \ \ \
| | * | | | | cpupower tools: add install target to the debug tools' makefilesFranck Bui-Huu2012-03-032-2/+24
| | * | | | | cpupower tools: allow to build debug tools in a separate directory tooFranck Bui-Huu2012-03-032-14/+26
| | * | | | | cpupower: Fix broken mask valuesThomas Renninger2012-03-031-2/+2
| | * | | | | cpupower tool: allow to build in a separate directoryFranck Bui-Huu2012-03-032-39/+71
| | * | | | | cpupower tool: makefile: simplify the recipe used to generate cpupower.pot ta...Franck Bui-Huu2012-03-031-3/+1
| | * | | | | cpupower tool: remove use of undefined variables from the clean target of the...Franck Bui-Huu2012-03-031-2/+0
| | * | | | | cpupower: Fix linking with --as-neededOzan Çağlayan2012-03-031-1/+1
| | * | | | | cpupower: Remove unneeded code and by that fix a memleakThomas Renninger2012-03-031-7/+0
| | * | | | | cpupower: Fix number of idle statesThomas Renninger2012-03-031-3/+2
| | * | | | | cpupower: Unify cpupower-frequency-* manpagesThomas Renninger2012-03-032-6/+2
| | * | | | | cpupower: Add cpupower-idle-info manpageThomas Renninger2012-03-031-0/+90
| | * | | | | cpupower: AMD fam14h/Ontario monitor can also be used by fam12h cpusThomas Renninger2012-03-032-9/+9
| | * | | | | cpupower: Better interface for accessing AMD pci registersThomas Renninger2012-03-034-23/+32
| * | | | | | mm: move hugepage test examples to tools/testing/selftests/vmDave Young2012-03-286-1/+363
| * | | | | | mm: move slabinfo.c to tools/vmDave Young2012-03-282-2/+2
| * | | | | | mm: move page-types.c from Documentation to tools/vmDave Young2012-03-282-0/+1113
| * | | | | | selftests/Makefile: make `run_tests' depend on `all'Andrew Morton2012-03-281-1/+1
| * | | | | | selftests: launch individual selftests from the main MakefileFrederic Weisbecker2012-03-283-10/+10
OpenPOWER on IntegriCloud