index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Makefile.perf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-26
perf bpf: Do not use llvm-strip on BPF binary
Song Liu
1
-2
/
+1
2023-05-10
perf build: Add system include paths to BPF builds
Ian Rogers
1
-1
/
+18
2023-05-10
perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directory
Yang Jihong
1
-1
/
+2
2023-05-06
Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"
Arnaldo Carvalho de Melo
1
-4
/
+4
2023-05-05
perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...
Arnaldo Carvalho de Melo
1
-19
/
+1
2023-04-04
perf build: Add warning for when vmlinux.h generation fails
Ian Rogers
1
-1
/
+5
2023-03-15
perf bpf filter: Implement event sample filtering
Namhyung Kim
1
-1
/
+1
2023-03-14
perf build: Remove redundant NO_NEWT build option
Ian Rogers
1
-2
/
+0
2023-03-14
perf build: Switch libpfm4 to opt-out rather than opt-in
Ian Rogers
1
-1
/
+1
2023-03-14
perf build: Make binutil libraries opt in
Ian Rogers
1
-0
/
+2
2023-03-14
perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL
Ian Rogers
1
-4
/
+4
2023-03-14
perf build: Support python/perf.so testing
Ian Rogers
1
-2
/
+5
2023-02-03
perf jevents: Run metric_test.py at compile-time
Ian Rogers
1
-0
/
+1
2023-01-10
perf build: Fix build error when NO_LIBBPF=1
Ian Rogers
1
-9
/
+12
2023-01-03
perf build: Don't propagate subdir to submakes for install_headers
Ian Rogers
1
-5
/
+5
2022-12-21
perf tools: Add .DELETE_ON_ERROR special Makefile target to clean up partiall...
Changbin Du
1
-0
/
+3
2022-12-14
perf build: Fix python/perf.so library's name
Ian Rogers
1
-1
/
+1
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
1
-94
/
+10
2022-12-14
perf build: Fixes for LIBTRACEEVENT_DYNAMIC
Ian Rogers
1
-2
/
+6
2022-11-23
perf build: Fix LIBTRACEEVENT_DYNAMIC
Ian Rogers
1
-3
/
+22
2022-11-16
perf build: Use tools/lib headers from install path
Ian Rogers
1
-2
/
+14
2022-11-16
perf build: Install libsymbol locally when building
Ian Rogers
1
-3
/
+22
2022-11-16
perf build: Install libtraceevent locally when building
Ian Rogers
1
-19
/
+38
2022-11-16
perf build: Install libperf locally when building
Ian Rogers
1
-7
/
+14
2022-11-16
perf build: Install libapi locally when building
Ian Rogers
1
-12
/
+15
2022-11-16
perf build: Install libsubcmd locally when building
Ian Rogers
1
-8
/
+16
2022-11-04
perf bpf: Remove now unused BPF headers
Ian Rogers
1
-5
/
+0
2022-10-06
perf test: Add arm64 asm pureloop test shell script
Carsten Haitzler
1
-1
/
+2
2022-10-06
perf test: Add build infra for perf test tools for ARM CoreSight tests
Carsten Haitzler
1
-3
/
+14
2022-09-08
perf tools: Don't install data files with x permissions
Jiri Slaby
1
-12
/
+12
2022-08-10
perf test: JSON format checking
Claire Jensen
1
-1
/
+2
2022-08-01
perf lock: Use BPF for lock contention analysis
Namhyung Kim
1
-1
/
+1
2022-07-26
perf kwork: Implement BPF trace
Yang Jihong
1
-0
/
+1
2022-06-29
perf jevents: Remove jevents.c
Ian Rogers
1
-19
/
+2
2022-06-29
perf jevents: Switch build to use jevents.py
Ian Rogers
1
-0
/
+1
2022-06-29
perf jevents: Add python converter script
Ian Rogers
1
-0
/
+6
2022-05-26
perf record: Enable off-cpu analysis with BPF
Namhyung Kim
1
-0
/
+1
2022-04-27
perf tools: Delete perf-with-kcore.sh script
Adrian Hunter
1
-4
/
+1
2022-04-01
perf tools: Stop depending on .git files for building PERF-VERSION-FILE
John Garry
1
-12
/
+2
2022-03-31
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2022-03-22
perf tools: Fix dependency for version file creation
John Garry
1
-2
/
+2
2022-02-15
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
1
-2
/
+2
2021-12-16
perf ftrace: Add -b/--use-bpf option for latency subcommand
Namhyung Kim
1
-1
/
+1
2021-12-07
tools build: Enable warnings through HOSTCFLAGS
John Garry
1
-1
/
+1
2021-11-12
perf beauty socket: Add generator for socket level (SOL_*) string table
Arnaldo Carvalho de Melo
1
-2
/
+2
2021-11-12
perf beauty: Rename socket_ipproto.sh to socket.sh to hold more socket table ...
Arnaldo Carvalho de Melo
1
-6
/
+6
2021-11-12
perf beauty: Make all sockaddr files use a common naming scheme
Arnaldo Carvalho de Melo
1
-6
/
+6
2021-11-07
perf build: Install libbpf headers locally when building
Quentin Monnet
1
-13
/
+19
2021-10-27
perf dlfilter: Add dlfilter-show-cycles
Adrian Hunter
1
-1
/
+1
2021-10-25
perf build: Suppress 'rm dlfilter' build message
Adrian Hunter
1
-0
/
+2
[next]