summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into perf/urgentIngo Molnar2012-03-269-93/+614
|\
| * bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-241-1/+1
| * Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2012-03-232-14/+56
| |\
| | * ktest: Allow a test to override REBOOT_ON_SUCCESSSteven Rostedt2012-03-211-2/+10
| | * ktest: Fix SWITCH_TO_GOOD to also reboot the machineSteven Rostedt2012-03-211-1/+0
| | * ktest: Add SCP_TO_TARGET_INSTALL optionSteven Rostedt2012-03-212-7/+33
| | * ktest: Add warning when bugs are ignoredSteven Rostedt2012-03-211-3/+12
| | * ktest: Add INSTALL_MOD_STRIP=1 when installing modulesSteven Rostedt2012-03-211-1/+1
| * | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-224-29/+142
| |\ \
| | * | USB: ffs-test: Don't duplicate {get,put}_unaligned*() functionsMatt Fleming2012-02-282-29/+2
| | * | tools/include: Add byteshift headers for endian accessMatt Fleming2012-02-282-0/+140
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-211-1/+1
| |\ \ \
| | * | | tools: Fix typo in ktest.plMasanari Iida2012-02-211-1/+1
| * | | | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-202-2/+2
| |\ \ \ \
| | * \ \ \ Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman2012-03-122-2/+2
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-012-2/+2
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz2012-01-242-2/+2
| * | | | | Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-201-46/+412
| |\ \ \ \ \
| | * | | | | Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan2012-03-161-7/+117
| | * | | | | Tools: hv: Fully support the new KVP verbs in the user level daemonK. Y. Srinivasan2012-03-161-1/+280
| | * | | | | Drivers: hv: Support the newly introduced KVP messages in the driverK. Y. Srinivasan2012-03-161-0/+7
| | * | | | | Drivers: hv: Add new message types to enhance KVPK. Y. Srinivasan2012-03-131-1/+1
| | * | | | | Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-0916-25/+49
| | |\ \ \ \ \
| | * | | | | | drivers: hv: kvp: Cleanup the kernel/user protocolK. Y. Srinivasan2012-02-091-15/+15
| | * | | | | | tools: hv: Use hyperv.h to get the KVP definitionsK. Y. Srinivasan2012-02-091-27/+1
| | * | | | | | drivers: hv: kvp: Add/cleanup connector definesK. Y. Srinivasan2012-02-031-4/+0
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-2074-710/+2632
| |\ \ \ \ \ \
* | | | | | | | perf diff: Fix to work with new hists designJiri Olsa2012-03-225-30/+43
* | | | | | | | perf tools: Fix modifier to be applied on correct eventsJiri Olsa2012-03-226-337/+543
* | | | | | | | perf tools: Fix various casting issues for 32 bitsJiri Olsa2012-03-222-2/+2
* | | | | | | | perf tools: Simplify event_read_id exit pathBorislav Petkov2012-03-221-6/+4
* | | | | | | | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-03-2214-34/+49
|\| | | | | | |
| * | | | | | | perf tools, x86: Build perf on older user-space as wellIngo Molnar2012-03-144-0/+10
| * | | | | | | perf tools: Use scnprintf where applicableArnaldo Carvalho de Melo2012-03-148-33/+35
| * | | | | | | perf tools: Incorrect use of snprintf results in SEGVAnton Blanchard2012-03-141-0/+3
| * | | | | | | perf record: Fix buffer overrun bug in tracepoint_id_to_path()Stephane Eranian2012-03-131-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg2012-03-198-4/+272
* | | | | | | perf report: Document --symbol-filter optionNamhyung Kim2012-03-191-0/+3
* | | | | | | perf ui browser: Clean lines inside of the input windowNamhyung Kim2012-03-191-3/+7
* | | | | | | perf report: Treat an argument as a symbol filterNamhyung Kim2012-03-161-5/+10
* | | | | | | perf report: Add --symbol-filter optionNamhyung Kim2012-03-161-0/+6
* | | | | | | perf ui browser: Add 's' key to filter by symbol nameNamhyung Kim2012-03-161-1/+13
* | | | | | | perf ui browser: Introduce ui_browser__input_windowNamhyung Kim2012-03-163-0/+82
* | | | | | | perf hists: Add hists__filter_by_symbolNamhyung Kim2012-03-162-0/+37
* | | | | | | perf tools: Do not disable members of group eventNamhyung Kim2012-03-163-5/+10
* | | | | | | perf stat: Fix event grouping on forked taskNamhyung Kim2012-03-161-1/+1
* | | | | | | perf tools: Add support to specify pmu style eventJiri Olsa2012-03-165-100/+172
* | | | | | | perf tools: Add perf pmu object to access pmu format definitionJiri Olsa2012-03-1610-0/+4541
* | | | | | | perf tools: Add config options support for event parsingJiri Olsa2012-03-169-447/+866
* | | | | | | perf tools: Add parser generator for events parsingJiri Olsa2012-03-1610-341/+4752