summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | perf probe: Remove incorrect symbol check for --listMasami Hiramatsu2014-02-181-8/+0
* | | | perf probe: Fix to do exit call for symbol mapsMasami Hiramatsu2014-02-181-48/+56
* | | | perf symbols: No need to export dso__first_symbolArnaldo Carvalho de Melo2014-02-182-2/+1
* | | | perf tools: Drop prefetch.hBorislav Petkov2014-02-183-8/+0
* | | | perf tools: Move hash.h headerBorislav Petkov2014-02-184-6/+7
* | | | perf tools: Move fs.* to lib/api/fs/Borislav Petkov2014-02-1811-26/+21
* | | | perf callchain: Separate perf_reg_value function in perf_regs objectJiri Olsa2014-02-184-26/+45
* | | | perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa2014-02-185-10/+13
* | | | perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_idJiri Olsa2014-02-184-5/+5
* | | | perf callchain: Separate libunwind code to special objectJiri Olsa2014-02-186-3/+3
* | | | perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-1810-37/+32
* | | | perf callchain: Do not report zero address in unwindJiri Olsa2014-02-181-1/+1
* | | | perf tools: Fix dwarf unwind max_stack processingJiri Olsa2014-02-181-1/+1
* | | | perf tests x86: Add dwarf unwind testJiri Olsa2014-02-187-0/+232
* | | | perf tests x86: Introduce perf_regs_load functionJiri Olsa2014-02-183-0/+95
* | | | perf tools: Fix memory leak in event_format__print functionJiri Olsa2014-02-181-0/+1
* | | | perf record: Add readable output for callchain debugJiri Olsa2014-02-182-2/+5
* | | | perf tools: Add call-graph option support into .perfconfigJiri Olsa2014-02-184-1/+30
* | | | perf tools: Put proper period for for samples without PERIOD sample_typeJiri Olsa2014-02-181-1/+1
* | | | perf report: Remove some needless container_of usageArnaldo Carvalho de Melo2014-02-181-9/+6
* | | | perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-184-13/+10
* | | | perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-184-11/+9
* | | | perf report: Use al->cpumode where applicableArnaldo Carvalho de Melo2014-02-181-5/+3
* | | | Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2014-02-184-3/+44
|\ \ \ \ | | |_|/ | |/| |
| * | | perf trace: Fix ioctl 'request' beautifier build problems on !(i386 || x86_64...Arnaldo Carvalho de Melo2014-02-131-0/+18
| * | | perf trace: Add fallback definition of EFD_SEMAPHOREBen Hutchings2014-02-101-0/+4
| * | | perf list: Fix checking for supported events on older kernelsVince Weaver2014-02-101-2/+15
| * | | perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properlyJiri Olsa2014-02-101-0/+6
| * | | perf probe: Do not add offset twice to uprobe addressMasami Hiramatsu2014-02-101-1/+1
| | |/ | |/|
* | | Merge branch 'linus' into perf/coreIngo Molnar2014-02-0918-224/+2792
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-02-023-200/+244
| |\
| | * tools/power turbostat: introduce -s to dump countersAndy Shevchenko2014-02-011-33/+65
| | * tools/power turbostat: remove unused command line optionAndy Shevchenko2014-02-011-3/+3
| | * turbostat: Add option to report joules consumed per sampleDirk Brandewie2014-01-181-25/+66
| | * turbostat: run on HSXLen Brown2014-01-181-11/+31
| | * turbostat: Add a .gitignore to ignore the compiled turbostat binaryJosh Triplett2014-01-181-0/+1
| | * turbostat: Clean up error handling; disambiguate error messages; use err and ...Josh Triplett2014-01-181-69/+38
| | * turbostat: Factor out common function to open file and exit on failureJosh Triplett2014-01-181-15/+16
| | * turbostat: Add a helper to parse a single int out of a fileJosh Triplett2014-01-181-57/+24
| | * turbostat: Check return value of fscanfJosh Triplett2014-01-181-4/+16
| | * turbostat: Use GCC's CPUID functions to support PICJosh Triplett2014-01-181-5/+6
| | * turbostat: Don't attempt to printf an off_t with %zxJosh Triplett2014-01-181-1/+1
| | * turbostat: Don't put unprocessed uapi headers in the include pathJosh Triplett2014-01-182-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-255-2/+2382
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-182-5/+6
| | |\ \ | | | |/
| | * | bpf_exp: free duplicated labels at exit timeDaniel Borkmann2013-12-171-7/+20
| | * | bpf_dbg: always close socket in bpf_runnableDaniel Borkmann2013-12-171-1/+1
| | * | filter: bpf_asm: add minimal bpf asm toolDaniel Borkmann2013-12-114-2/+960
| | * | filter: bpf_dbg: add minimal bpf debuggerDaniel Borkmann2013-12-112-2/+1411
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-2512-18/+51
| |\ \ \
OpenPOWER on IntegriCloud