index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf trace: Add augmenter for clock_gettime's rqtp timespec arg
Arnaldo Carvalho de Melo
2022-11-10
5
-0
/
+55
*
perf intel-pt: Add hybrid CPU compatibility test
Adrian Hunter
2022-11-09
3
-1
/
+157
*
perf intel-pt: Redefine test_suite to allow for adding more subtests
Adrian Hunter
2022-11-09
1
-2
/
+12
*
perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...
Adrian Hunter
2022-11-09
2
-1
/
+1
*
perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged data
Masami Hiramatsu (Google)
2022-11-09
1
-17
/
+4
*
perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...
Arnaldo Carvalho de Melo
2022-11-07
3
-1
/
+90
*
perf bpf: Rename perf_include_dir to libbpf_include_dir
Arnaldo Carvalho de Melo
2022-11-04
3
-11
/
+11
*
perf examples bpf: Remove augmented_syscalls.c, the raw_syscalls one should b...
Arnaldo Carvalho de Melo
2022-11-04
2
-245
/
+0
*
perf bpf: Remove now unused BPF headers
Ian Rogers
2022-11-04
6
-146
/
+0
*
perf trace: 5sec fix libbpf 1.0+ compatibility
Ian Rogers
2022-11-04
1
-3
/
+5
*
perf trace: empty fix libbpf 1.0+ compatibility
Ian Rogers
2022-11-04
1
-2
/
+11
*
perf trace: hello fix libbpf 1.0+ compatibility
Ian Rogers
2022-11-04
1
-3
/
+21
*
perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibility
Ian Rogers
2022-11-04
3
-19
/
+89
*
perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
2022-11-03
1
-2
/
+2
*
perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
2022-11-03
1
-2
/
+2
*
perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handler
Ian Rogers
2022-11-03
1
-4
/
+4
*
perf session: Change type to avoid undefined behaviour in a signal handler
Ian Rogers
2022-11-03
1
-1
/
+2
*
perf ftrace: Use sig_atomic_t to avoid UB
Ian Rogers
2022-11-03
1
-2
/
+2
*
perf daemon: Use sig_atomic_t to avoid UB
Ian Rogers
2022-11-03
1
-1
/
+1
*
perf record: Use sig_atomic_t for signal handlers
Ian Rogers
2022-11-03
1
-4
/
+4
*
perf build: Update to C standard to gnu11
Ian Rogers
2022-11-03
1
-1
/
+1
*
perf probe: Fix to get declared file name from clang DWARF5
Masami Hiramatsu (Google)
2022-11-03
3
-22
/
+42
*
perf probe: Use dwarf_attr_integrate as generic DWARF attr accessor
Masami Hiramatsu (Google)
2022-11-03
1
-2
/
+2
*
perf probe: Fix to avoid crashing if DW_AT_decl_file is NULL
Masami Hiramatsu (Google)
2022-11-03
2
-9
/
+27
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-10-31
8
-122
/
+705
|
\
|
*
Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-30
1
-0
/
+4
|
|
\
|
|
*
tools: iio: iio_utils: fix digit calculation
Matti Vaittinen
2022-10-17
1
-0
/
+4
|
*
|
Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2022-10-29
3
-122
/
+118
|
|
\
\
|
|
*
|
pm-graph v5.10
Todd Brandt
2022-10-25
3
-122
/
+118
|
*
|
|
Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-10-27
4
-0
/
+583
|
|
\
\
\
|
|
*
|
|
selftests: add openvswitch selftest suite
Aaron Conole
2022-10-27
4
-0
/
+583
*
|
|
|
|
perf lock contention: Increase default stack skip to 4
Namhyung Kim
2022-10-31
1
-1
/
+1
*
|
|
|
|
perf lock contention: Avoid variable length arrays
Namhyung Kim
2022-10-31
1
-13
/
+28
*
|
|
|
|
perf lock contention: Check --max-stack option
Namhyung Kim
2022-10-31
1
-3
/
+27
*
|
|
|
|
perf lock contention: Fix memory sanitizer issue
Namhyung Kim
2022-10-31
1
-1
/
+1
*
|
|
|
|
perf test: Parse events workaround for dash/minus
Ian Rogers
2022-10-31
1
-0
/
+13
*
|
|
|
|
perf evlist: Add missing util/event.h header
Arnaldo Carvalho de Melo
2022-10-31
1
-0
/
+1
*
|
|
|
|
perf mmap: Remove several unneeded includes from util/mmap.h
Arnaldo Carvalho de Melo
2022-10-31
1
-5
/
+0
*
|
|
|
|
perf tests: Add missing event.h include
Arnaldo Carvalho de Melo
2022-10-31
2
-0
/
+2
*
|
|
|
|
perf thread: Move thread__resolve() from event.h
Arnaldo Carvalho de Melo
2022-10-31
2
-5
/
+3
*
|
|
|
|
perf symbol: Move addr_location__put() from event.h
Arnaldo Carvalho de Melo
2022-10-31
2
-3
/
+2
*
|
|
|
|
perf machine: Move machine__resolve() from event.h
Arnaldo Carvalho de Melo
2022-10-31
2
-3
/
+3
*
|
|
|
|
perf kwork: Remove includes not needed in kwork.h
Arnaldo Carvalho de Melo
2022-10-31
3
-6
/
+15
*
|
|
|
|
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
2022-10-31
31
-118
/
+147
*
|
|
|
|
perf branch: Remove some needless headers, add a needed one
Arnaldo Carvalho de Melo
2022-10-31
1
-3
/
+1
*
|
|
|
|
perf bpf: No need to include headers just use forward declarations
Arnaldo Carvalho de Melo
2022-10-31
1
-3
/
+3
*
|
|
|
|
perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is true
Arnaldo Carvalho de Melo
2022-10-27
1
-1
/
+2
*
|
|
|
|
perf tools: Make quiet mode consistent between tools
James Clark
2022-10-27
16
-26
/
+25
*
|
|
|
|
perf tools: Fix "kernel lock contention analysis" test by not printing warnin...
James Clark
2022-10-27
1
-0
/
+5
*
|
|
|
|
perf test: Do not set TEST_SKIP for record subtests
Namhyung Kim
2022-10-27
1
-12
/
+0
[next]