summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-11-21Revert "perf augmented_syscalls: Drop 'write', 'poll' for testing without sel...Arnaldo Carvalho de Melo
2018-11-21perf augmented_syscalls: Remove example hardcoded set of filtered pidsArnaldo Carvalho de Melo
2018-11-21perf trace: Fill in BPF "filtered_pids" map when presentArnaldo Carvalho de Melo
2018-11-21perf trace: See if there is a map named "filtered_pids"Arnaldo Carvalho de Melo
2018-11-21perf trace: Add "_from_option" suffix to trace__set_filter()Arnaldo Carvalho de Melo
2018-11-21perf evlist: Rename perf_evlist__set_filter* to perf_evlist__set_tp_filter*Arnaldo Carvalho de Melo
2018-11-21perf augmented_syscalls: Use pid_filterArnaldo Carvalho de Melo
2018-11-21perf augmented_syscalls: Drop 'write', 'poll' for testing without self pid fi...Arnaldo Carvalho de Melo
2018-11-21perf bpf: Add simple pid_filter class accessible to BPF proggiesArnaldo Carvalho de Melo
2018-11-21perf bpf: Add defines for map insertion/lookupArnaldo Carvalho de Melo
2018-11-21perf augmented_syscalls: Remove needless linux/socket.h includeArnaldo Carvalho de Melo
2018-11-21perf augmented_syscalls: Filter on a hard coded pidArnaldo Carvalho de Melo
2018-11-21perf bpf: Add unistd.h to the headers accessible to bpf proggiesArnaldo Carvalho de Melo
2018-11-21Merge tag 'perf-urgent-for-mingo-4.20-20181121' of git://git.kernel.org/pub/s...Ingo Molnar
2018-11-19perf tools beauty ioctl: Support new ISO7816 commandsArnaldo Carvalho de Melo
2018-11-19tools uapi asm-generic: Synchronize ioctls.hArnaldo Carvalho de Melo
2018-11-19tools arch x86: Update tools's copy of cpufeatures.hArnaldo Carvalho de Melo
2018-11-19tools headers uapi: Synchronize i915_drm.hArnaldo Carvalho de Melo
2018-11-19perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa
2018-11-19tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo
2018-11-18Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-11-16Merge tag 'powerpc-4.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-11-15selftests/powerpc: Adjust wild_bctr to build with old binutilsGustavo Romero
2018-11-12perf tools: Fix crash on synthesizing the unitJiri Olsa
2018-11-12selftests/powerpc: Fix wild_bctr test to work on ppc64Michael Ellerman
2018-11-06Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://git.kernel.org/pub/s...Ingo Molnar
2018-11-06perf tools: Do not zero sample_id_all for group membersJiri Olsa
2018-11-05tools/testing/nvdimm: Fix the array size for dimm devices.Masayoshi Mizuma
2018-11-05perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero
2018-11-05perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headersArnaldo Carvalho de Melo
2018-11-05perf intel-pt: Add MTC and CYC timestamps to debug logAdrian Hunter
2018-11-05perf intel-pt: Add more event information to debug logAdrian Hunter
2018-11-05perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord...Adrian Hunter
2018-11-05perf scripts python: exported-sql-viewer.py: Add help windowAdrian Hunter
2018-11-05perf scripts python: exported-sql-viewer.py: Add Selected branches reportAdrian Hunter
2018-11-05perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx...Adrian Hunter
2018-11-05perf top: Display the LBR stats in callchain entryJin Yao
2018-11-05perf stat: Handle different PMU names with common prefixThomas Richter
2018-11-05perf record: Support weak groupsAndi Kleen
2018-11-05perf evlist: Move perf_evsel__reset_weak_group into evlistAndi Kleen
2018-11-05perf augmented_syscalls: Start collecting pathnames in the BPF programArnaldo Carvalho de Melo
2018-11-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-11-03Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar
2018-11-03perf trace: Fix setting of augmented payload when using eBPF + raw_syscallsArnaldo Carvalho de Melo
2018-11-02Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-11-01perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit tooArnaldo Carvalho de Melo
2018-11-01perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit}Arnaldo Carvalho de Melo
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-11-01tools headers barrier: Fix arm64 tools build failure wrt smp_load_{acquire,re...Will Deacon