| Commit message (Expand) | Author | Age | Files | Lines |
* | perf pmu: Support MetricExpr header in JSON event list | Andi Kleen | 2017-03-23 | 5 | -8/+23 |
* | perf vendor events intel: Update Intel uncore JSON event files | Andi Kleen | 2017-03-23 | 19 | -180/+267 |
* | perf tools: Add a simple expression parser for JSON | Andi Kleen | 2017-03-23 | 7 | -0/+266 |
* | perf pmu: Special case uncore_ prefix | Andi Kleen | 2017-03-21 | 1 | -0/+3 |
* | perf pmu: Expand PMU events by prefix match | Andi Kleen | 2017-03-21 | 3 | -14/+54 |
* | perf tools: Factor out PMU matching in parser | Andi Kleen | 2017-03-21 | 3 | -29/+52 |
* | perf stat: Handle partially bad results with merging | Andi Kleen | 2017-03-21 | 1 | -0/+10 |
* | perf stat: Collapse identically named events | Andi Kleen | 2017-03-21 | 3 | -4/+38 |
* | perf stat: Factor out callback for collecting event values | Andi Kleen | 2017-03-21 | 1 | -23/+80 |
* | perf annotate: Add comment clarifying how the source code line is parsed | Arnaldo Carvalho de Melo | 2017-03-21 | 1 | -0/+6 |
* | perf annotate: More exactly grep -v of the objdump command | Taeung Song | 2017-03-21 | 1 | -1/+1 |
* | perf sdt x86: Add renaming logic for rNN and other registers | Ravi Bangoria | 2017-03-21 | 1 | -12/+32 |
* | perf probe: Add sdt probes arguments into the uprobe cmd string | Alexis Berlemont | 2017-03-21 | 4 | -4/+261 |
* | perf sdt: Add scanning of sdt probes arguments | Alexis Berlemont | 2017-03-21 | 2 | -2/+24 |
* | perf probe: Return errno when not hitting any event | Kefeng Wang | 2017-03-21 | 1 | -3/+3 |
* | perf probe: Change MAX_CMDLEN | Ravi Bangoria | 2017-03-21 | 2 | -2/+2 |
* | tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.h | Arnaldo Carvalho de Melo | 2017-03-20 | 1 | -0/+22 |
* | perf probe: Fix concat_probe_trace_events | Ravi Bangoria | 2017-03-20 | 1 | -1/+1 |
* | perf stat: Correct --no-aggr description | Ravi Bangoria | 2017-03-20 | 1 | -2/+1 |
* | tools headers: Sync {tools/,}arch/arm{64}/include/uapi/asm/kvm.h | Arnaldo Carvalho de Melo | 2017-03-20 | 2 | -0/+26 |
* | tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.h | Arnaldo Carvalho de Melo | 2017-03-17 | 1 | -1/+2 |
* | perf tools: Handle partial AUX records and print a warning | Alexander Shishkin | 2017-03-17 | 3 | -5/+28 |
* | tools include: Sync {,tools/}include/uapi/linux/perf_event.h | Alexander Shishkin | 2017-03-17 | 1 | -0/+1 |
* | tools lib api fs: Introduce sysfs__read_bool | Alexander Shishkin | 2017-03-17 | 2 | -0/+30 |
* | perf timechart: Use OPT_PARENT for common options | Arnaldo Carvalho de Melo | 2017-03-17 | 1 | -9/+7 |
* | perf lock: Make 'f' part of the common 'lock_options' | Arnaldo Carvalho de Melo | 2017-03-17 | 1 | -2/+1 |
* | perf lock: Subcommands should include common options | Changbin Du | 2017-03-17 | 1 | -8/+11 |
* | Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-03-16 | 10 | -24/+352 |
|\ |
|
| * | perf script: Add 'brstackinsn' for branch stacks | Andi Kleen | 2017-03-16 | 6 | -11/+327 |
| * | tools headers: Sync {tools/,}arch/x86/include/asm/cpufeatures.h | Arnaldo Carvalho de Melo | 2017-03-16 | 1 | -3/+2 |
| * | perf tools: Make perf_event__synthesize_mmap_events() scale | Stephane Eranian | 2017-03-15 | 1 | -2/+2 |
| * | perf probe: Introduce util func is_sdt_event() | Ravi Bangoria | 2017-03-15 | 2 | -8/+21 |
* | | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2017-03-16 | 25 | -67/+399 |
|\ \
| |/
|/| |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-15 | 3 | -1/+25 |
| |\ |
|
| | * | selftests/bpf: fix broken build | Alexei Starovoitov | 2017-03-13 | 3 | -1/+25 |
| * | | Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-03-14 | 1 | -24/+24 |
| |\ \ |
|
| | * | | selftests/powerpc: Replace stxvx and lxvx with stxvd2x/lxvd2x | Cyril Bur | 2017-03-09 | 1 | -24/+24 |
| * | | | userfaultfd: selftest: vm: allow to build in vm/ directory | Andrea Arcangeli | 2017-03-10 | 1 | -0/+4 |
| * | | | scripts/spelling.txt: add "overide" pattern and fix typo instances | Masahiro Yamada | 2017-03-10 | 4 | -4/+4 |
| * | | | Merge tag 'ktest-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-03-08 | 1 | -8/+13 |
| |\ \ \ |
|
| | * | | | ktest: Make sure wait_for_input does honor the timeout | Steven Rostedt (VMware) | 2017-03-08 | 1 | -7/+11 |
| | * | | | ktest: Fix while loop in wait_for_input | Steven Rostedt (VMware) | 2017-03-08 | 1 | -3/+4 |
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-03-07 | 5 | -9/+19 |
| |\ \ \ \ |
|
| | * | | | | x86/events: Remove last remnants of old filenames | Borislav Petkov | 2017-03-01 | 1 | -1/+1 |
| | * | | | | x86/selftests: Add clobbers for int80 on x86_64 | Dmitry Safonov | 2017-03-01 | 4 | -8/+18 |
| * | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-03-07 | 3 | -3/+25 |
| |\ \ \ \ \ |
|
| | * | | | | | objtool: Fix another GCC jump table detection issue | Josh Poimboeuf | 2017-03-07 | 3 | -3/+25 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2017-03-07 | 6 | -16/+281 |
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| | * | | | | radix tree test suite: Specify -m32 in LDFLAGS too | Matthew Wilcox | 2017-03-07 | 1 | -0/+1 |
| | * | | | | ida: Free correct IDA bitmap | Matthew Wilcox | 2017-03-07 | 3 | -3/+33 |