summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-08-08perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepointsArnaldo Carvalho de Melo2-0/+36
2018-08-08perf tools: Drop unneeded bitmap_zero() callsYury Norov3-7/+0
2018-08-08perf vendor events arm64: Enable JSON events for eMAGSean V Kelley2-0/+33
2018-08-08perf report: Add GUI report support for s390 auxiliary traceThomas Richter1-8/+585
2018-08-08perf report: Add raw report support for s390 auxiliary traceThomas Richter2-1/+317
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter6-0/+150
2018-08-02perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscall...Arnaldo Carvalho de Melo1-10/+3
2018-08-02perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME eventsArnaldo Carvalho de Melo1-1/+52
2018-08-02perf trace: Allow setting up a syscall_tp struct without a format_fieldArnaldo Carvalho de Melo1-7/+15
2018-08-02perf trace: Rename some syscall_tp methods to raw_syscallArnaldo Carvalho de Melo1-7/+7
2018-08-02perf trace: Use beautifiers on syscalls:sys_enter_ handlersArnaldo Carvalho de Melo1-3/+44
2018-08-02perf trace: Associate vfs_getname()'ed pathname with fd returned from 'openat'Arnaldo Carvalho de Melo1-5/+8
2018-08-01perf trace: Do not require --no-syscalls to suppress strace like outputArnaldo Carvalho de Melo1-8/+3
2018-08-01perf bpf: Include uapi/linux/bpf.h from the 'perf trace' script's bpf.hArnaldo Carvalho de Melo1-0/+3
2018-08-01perf tools: Allow overriding MAX_NR_CPUS at compile timeChristophe Leroy1-0/+2
2018-07-31perf bpf: Show better message when failing to load an objectArnaldo Carvalho de Melo1-1/+3
2018-07-31perf list: Unify metric group description format with PMU event descriptionMichael Petlan1-2/+2
2018-07-31perf vendor events arm64: Update ThunderX2 implementation defined pmu core ev...Ganapatrao Kulkarni1-3/+84
2018-07-31perf cs-etm: Generate branch sample for CS_ETM_TRACE_ON packetLeo Yan1-7/+17
2018-07-31perf cs-etm: Generate branch sample when receiving a CS_ETM_TRACE_ON packetLeo Yan1-0/+8
2018-07-31perf cs-etm: Support dummy address value for CS_ETM_TRACE_ON packetLeo Yan1-2/+15
2018-07-31perf cs-etm: Fix start tracing packet handlingLeo Yan2-1/+19
2018-07-31perf build: Fix installation directory for eBPFThomas Richter1-2/+2
2018-07-31perf c2c report: Fix crash for empty browserJiri Olsa1-0/+3
2018-07-31perf tests: Fix indexing when invoking subtestsSandipan Das1-2/+2
2018-07-31perf trace: Beautify the AF_INET & AF_INET6 'socket' syscall 'protocol' argsArnaldo Carvalho de Melo1-2/+4
2018-07-31perf trace beauty: Add beautifiers for 'socket''s 'protocol' argArnaldo Carvalho de Melo4-0/+42
2018-07-31perf trace beauty: Do not print NULL strarray entriesArnaldo Carvalho de Melo1-1/+1
2018-07-31perf beauty: Add a generator for IPPROTO_ socket's protocol constantsArnaldo Carvalho de Melo1-0/+11
2018-07-31tools include uapi: Grab a copy of linux/in.hArnaldo Carvalho de Melo2-0/+302
2018-07-31perf tests: Fix complex event name parsingSandipan Das1-1/+1
2018-07-31perf evlist: Fix error out while applying initial delay and LBRKan Liang1-0/+14
2018-07-31perf trace beauty: Default header_dir to cwd to work without parmsArnaldo Carvalho de Melo9-17/+18
2018-07-31Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo18-70/+217
2018-07-31Merge tag 'perf-urgent-for-mingo-4.18-20180730' of git://git.kernel.org/pub/s...Ingo Molnar13-63/+124
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo5-0/+5
2018-07-30tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo5-58/+93
2018-07-30tools headers uapi: Refresh linux/bpf.h copyArnaldo Carvalho de Melo1-5/+23
2018-07-30tools headers powerpc: Update asm/unistd.h copy to pick newArnaldo Carvalho de Melo1-0/+1
2018-07-30tools headers uapi: Update tools's copy of linux/perf_event.hArnaldo Carvalho de Melo1-0/+2
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+28
2018-07-26Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-3/+16
2018-07-25selftests/ftrace: Add snapshot and tracing_on test caseMasami Hiramatsu1-0/+28
2018-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-4/+49
2018-07-24perf test: Fix subtest number when showing resultsThomas Richter1-1/+1
2018-07-24perf stat: Get rid of extra clock display functionJiri Olsa4-49/+21
2018-07-24perf tools: Use perf_evsel__match instead of open coded equivalentJiri Olsa1-4/+1
2018-07-24perf tools: Fix struct comm_str removal crashJiri Olsa1-5/+11
2018-07-24perf machine: Use last_match threads cache only in single thread modeJiri Olsa1-3/+22
2018-07-24perf machine: Add threads__set_last_match functionJiri Olsa1-3/+9