Age | Commit message (Expand) | Author | Files | Lines |
2018-08-01 | perf trace: Do not require --no-syscalls to suppress strace like output | Arnaldo Carvalho de Melo | 1 | -8/+3 |
2018-08-01 | perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.h | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2018-08-01 | perf tools: Allow overriding MAX_NR_CPUS at compile time | Christophe Leroy | 1 | -0/+2 |
2018-07-31 | perf bpf: Show better message when failing to load an object | Arnaldo Carvalho de Melo | 1 | -1/+3 |
2018-07-31 | perf list: Unify metric group description format with PMU event description | Michael Petlan | 1 | -2/+2 |
2018-07-31 | perf vendor events arm64: Update ThunderX2 implementation defined pmu core ev... | Ganapatrao Kulkarni | 1 | -3/+84 |
2018-07-31 | perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packet | Leo Yan | 1 | -7/+17 |
2018-07-31 | perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packet | Leo Yan | 1 | -0/+8 |
2018-07-31 | perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packet | Leo Yan | 1 | -2/+15 |
2018-07-31 | perf cs-etm: Fix start tracing packet handling | Leo Yan | 2 | -1/+19 |
2018-07-31 | perf build: Fix installation directory for eBPF | Thomas Richter | 1 | -2/+2 |
2018-07-31 | perf c2c report: Fix crash for empty browser | Jiri Olsa | 1 | -0/+3 |
2018-07-31 | perf tests: Fix indexing when invoking subtests | Sandipan Das | 1 | -2/+2 |
2018-07-31 | perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' args | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2018-07-31 | perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg | Arnaldo Carvalho de Melo | 4 | -0/+42 |
2018-07-31 | perf trace beauty: Do not print NULL strarray entries | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2018-07-31 | perf beauty: Add a generator for IPPROTO_ socket's protocol constants | Arnaldo Carvalho de Melo | 1 | -0/+11 |
2018-07-31 | tools include uapi: Grab a copy of linux/in.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2018-07-31 | perf tests: Fix complex event name parsing | Sandipan Das | 1 | -1/+1 |
2018-07-31 | perf evlist: Fix error out while applying initial delay and LBR | Kan Liang | 1 | -0/+14 |
2018-07-31 | perf trace beauty: Default header_dir to cwd to work without parms | Arnaldo Carvalho de Melo | 9 | -17/+18 |
2018-07-31 | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 8 | -0/+31 |
2018-07-30 | perf tools: Fix the build on the alpine:edge distro | Arnaldo Carvalho de Melo | 5 | -0/+5 |
2018-07-30 | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' | Arnaldo Carvalho de Melo | 3 | -0/+26 |
2018-07-24 | perf test: Fix subtest number when showing results | Thomas Richter | 1 | -1/+1 |
2018-07-24 | perf stat: Get rid of extra clock display function | Jiri Olsa | 4 | -49/+21 |
2018-07-24 | perf tools: Use perf_evsel__match instead of open coded equivalent | Jiri Olsa | 1 | -4/+1 |
2018-07-24 | perf tools: Fix struct comm_str removal crash | Jiri Olsa | 1 | -5/+11 |
2018-07-24 | perf machine: Use last_match threads cache only in single thread mode | Jiri Olsa | 1 | -3/+22 |
2018-07-24 | perf machine: Add threads__set_last_match function | Jiri Olsa | 1 | -3/+9 |
2018-07-24 | perf machine: Add threads__get_last_match function | Jiri Olsa | 1 | -13/+26 |
2018-07-24 | perf tools: Synthesize GROUP_DESC feature in pipe mode | Jiri Olsa | 1 | -1/+1 |
2018-07-24 | perf script: Show correct offsets for DWARF-based unwinding | Sandipan Das | 3 | -3/+10 |
2018-07-24 | perf trace arm64: Use generated syscall table | Kim Phillips | 2 | -0/+6 |
2018-07-24 | perf arm64: Generate system call table from asm/unistd.h | Kim Phillips | 2 | -0/+83 |
2018-07-24 | tools include: Grab copies of arm64 dependent unistd.h files | Kim Phillips | 1 | -0/+2 |
2018-07-24 | perf tests: Fix record+probe_libc_inet_pton.sh when event exists | Sandipan Das | 1 | -4/+24 |
2018-07-24 | perf tests: Fix record+probe_libc_inet_pton.sh to ensure cleanups | Sandipan Das | 1 | -1/+1 |
2018-07-24 | perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64 | Sandipan Das | 1 | -0/+6 |
2018-07-24 | perf powerpc: Fix callchain ip filtering when return address is in a register | Sandipan Das | 1 | -2/+6 |
2018-07-24 | perf powerpc: Fix callchain ip filtering | Sandipan Das | 1 | -1/+1 |
2018-07-24 | perf list: Add missing documentation for --desc and --debug options | Sangwon Hong | 1 | -1/+7 |
2018-07-24 | perf kvm: Fix subcommands on s390 | Thomas Richter | 1 | -1/+1 |
2018-07-24 | perf stat: Add transaction flag (-T) support for s390 | Thomas Richter | 3 | -0/+35 |
2018-07-24 | perf json: Add s390 transaction counter definition | Thomas Richter | 3 | -0/+21 |
2018-07-24 | perf list: Add s390 support for detailed PMU event description | Thomas Richter | 16 | -0/+324 |
2018-07-24 | Revert "perf list: Add s390 support for detailed/verbose PMU event description" | Thomas Richter | 1 | -6/+0 |
2018-07-24 | perf cs-etm: Bail out immediately for instruction sample failure | Leo Yan | 1 | -0/+3 |
2018-07-24 | perf cs-etm: Introduce invalid address macro | Leo Yan | 1 | -4/+6 |
2018-07-24 | perf hists: Clarify callchain disabling when available | Arnaldo Carvalho de Melo | 6 | -11/+11 |