summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | tools/perf/build: Split out feature check: 'libpython-version'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libpython'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libperl'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'gtk2-infobar'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'gtk2'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libslang'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libaudit'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libunwind'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Clean up the libunwind logic in config/MakefileIngo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libelf-getphdrnum'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libelf-mmap'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Clean up the mmap logic in config/MakefileIngo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'dwarf'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'glibc'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libelf'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Clean up the libelf logic in config/MakefileIngo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'bionic'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'fortify-source'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'volatile-register-var'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'stackprotector'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'stackprotector-all'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Split out feature check: 'libnuma'Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Add 'autodep' functionality, generate feature test dependen...Ingo Molnar2013-10-09
| * | | | | | tools/perf/build: Add feature check core codeIngo Molnar2013-10-09
| * | | | | | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-09
| * | | | | | Merge branch 'perf/urgent' into tools/perf/buildIngo Molnar2013-10-08
| |\ \ \ \ \ \
| * | | | | | | tools/perf: Add support for record transaction flagsAndi Kleen2013-10-04
| * | | | | | | tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf rec...Andi Kleen2013-10-04
| * | | | | | | tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen2013-10-04
| * | | | | | | tools/perf/stat: Add perf stat --transactionAndi Kleen2013-10-04
| * | | | | | | tools/perf: Fix sorting for 64bit entriesAndi Kleen2013-10-04
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'char-misc-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-07
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman2013-10-19
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman2013-09-29
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Tools: hv: use single send+recv bufferOlaf Hering2013-09-26
| * | | | | | | Tools: hv: cache FQDN in kvp_daemon to avoid timeoutsOlaf Hering2013-09-26
| | |_|_|/ / / | |/| | | | |
* | | | | | | perf tools: Fixup mmap event consumptionZhouyi Zhou2013-10-28
* | | | | | | perf top: Split -G and --call-graphJiri Olsa2013-10-28
* | | | | | | perf record: Split -g and --call-graphJiri Olsa2013-10-28
* | | | | | | perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-28
* | | | | | | perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo2013-10-28
* | | | | | | perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart2013-10-24
| |_|_|_|/ / |/| | | | |
* | | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-10-20
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-17
| * | | | | perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo2013-10-17
| * | | | | perf probe: Fix to initialize fname always before use itMasami Hiramatsu2013-10-15
| | |_|/ / | |/| | |
* / | | | tools/testing/selftests: fix uninitialized variableFelipe Pena2013-10-16
|/ / / /
* | | | perf session: Fix infinite loop on invalid perf.data fileNamhyung Kim2013-10-04
* | | | perf tools: Fix installation of libexec componentsArnaldo Carvalho de Melo2013-10-04
* | | | perf probe: Fix to find line information for probe listMasami Hiramatsu2013-10-04