perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table generators
Arnaldo Carvalho de Melo authored
To avoid having to add new entries to tools/perf/Makefile.perf prep
socket.sh so that it can generate other socket table generators, such as
the upcoming SOL_ socket level one.
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
795f91db
Name Last commit Last update
..
Documentation perf inject: Add vmlinux and ignore-vmlinux arguments
arch perf parse-event: Add init and exit to parse_event_error
bench perf parse-event: Add init and exit to parse_event_error
dlfilters perf dlfilter: Add dlfilter-show-cycles
examples/bpf perf tools: Fix various typos in comments
include perf build: Move perf_dlfilters.h in the source tree
jvmti perf tools: Fix various typos in comments
pmu-events perf jevents: Fix some would-be warnings
python tweewide: Fix most Shebang lines
scripts perf scripts python: Fix passing arguments to stackcollapse report
tests perf parse-event: Add init and exit to parse_event_error
trace perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table generators
ui perf annotate: Fix fused instr logic for assembly functions
util perf metric: Fix memory leaks
.gitignore Add 'tools/perf/libbpf/' to ignored files
Build perf daemon: Add daemon command
CREDITS perf_counter tools: Add CREDITS file for Git contributors
MANIFEST perf MANIFEST: Add bpftool files to allow building with BUILD_BPF_SKEL=1
Makefile perf tools: Add a build-test variant to use in builds from a tarball
Makefile.config tools: Bump minimum LLVM C++ std to GNU++14
Makefile.perf perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table generators
builtin-annotate.c perf tools: Check vmlinux/kallsyms arguments in all tools
builtin-bench.c perf bench: Add benchmark for evlist open/close operations
builtin-buildid-cache.c perf tools: Remove repipe argument from perf_session__new()
builtin-buildid-list.c perf tools: Remove repipe argument from perf_session__new()
builtin-c2c.c perf tools: Check vmlinux/kallsyms arguments in all tools
builtin-config.c perf tools: Remove util.h from where it is not needed
builtin-daemon.c perf daemon: Remove duplicate sys/file.h include
builtin-data.c perf data: Correct -h output
builtin-diff.c perf tools: Remove repipe argument from perf_session__new()
builtin-evlist.c perf tools: Remove repipe argument from perf_session__new()
builtin-ftrace.c perf ftrace: Fix access to pid in array when setting a pid filter
builtin-help.c perf debug: Remove needless include directives from debug.h
builtin-inject.c perf inject: Add vmlinux and ignore-vmlinux arguments
builtin-kallsyms.c perf dsos: Move the dsos struct and its methods to separate source files
builtin-kmem.c perf tools: Remove repipe argument from perf_session__new()
builtin-kvm.c perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events during record
builtin-list.c perf list: Display hybrid PMU events with cpu type
builtin-lock.c perf tools: Remove repipe argument from perf_session__new()
builtin-mem.c perf tools: Remove repipe argument from perf_session__new()
builtin-probe.c perf tools: Check vmlinux/kallsyms arguments in all tools
builtin-record.c perf tools: Check vmlinux/kallsyms arguments in all tools
builtin-report.c perf tools: Refactor out kernel symbol argument sanity checking
builtin-sched.c perf tools: Check vmlinux/kallsyms arguments in all tools
builtin-script.c perf tools: Check vmlinux/kallsyms arguments in all tools
builtin-stat.c perf parse-event: Add init and exit to parse_event_error
builtin-timechart.c perf tools: Remove repipe argument from perf_session__new()
builtin-top.c perf tools: Check vmlinux/kallsyms arguments in all tools
builtin-trace.c perf parse-event: Add init and exit to parse_event_error
builtin-version.c perf version: Add a feature for libpfm4
builtin.h perf daemon: Add daemon command
check-headers.sh tools lib: Adopt list_sort() from the kernel sources
command-list.txt perf stat: Enable iostat mode for x86 platforms
design.txt perf tools: Support CAP_PERFMON capability
perf-archive.sh perf archive: Fix filtering of empty build-ids
perf-completion.sh perf tools: Auto-complete for events with ':'
perf-iostat.sh perf stat: Enable iostat mode for x86 platforms
perf-read-vdso.c perf tools: Make find_vdso_map() more modular
perf-sys.h perf tests: Call test_attr__open() directly
perf-with-kcore.sh Merge branch 'x86/cpu' into perf/core, to pick up dependent changes
perf.c perf debug: Move debug initialization earlier
perf.h perf time-utils: Adopt rdclock() from perf.h