index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2015-08-07
2
-0
/
+106
*
bpf tools: Add bpf.c/h for common bpf operations
Wang Nan
2015-08-07
3
-1
/
+68
*
bpf tools: Record map accessing instructions for each program
Wang Nan
2015-08-07
2
-0
/
+137
*
bpf tools: Collect relocation sections from SHT_REL sections
Wang Nan
2015-08-07
1
-0
/
+26
*
bpf tools: Collect eBPF programs from their own sections
Wang Nan
2015-08-07
1
-0
/
+114
*
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
2015-08-07
1
-0
/
+10
*
bpf tools: Collect map definitions from 'maps' section
Wang Nan
2015-08-07
1
-0
/
+29
*
bpf tools: Collect version and license from ELF sections
Wang Nan
2015-08-07
1
-0
/
+53
*
bpf tools: Iterate over ELF sections to collect information
Wang Nan
2015-08-07
1
-0
/
+53
*
bpf tools: Check endianness and make libbpf fail early
Wang Nan
2015-08-07
1
-0
/
+30
*
bpf tools: Read eBPF object from buffer
Wang Nan
2015-08-07
2
-12
/
+52
*
bpf tools: Open eBPF object file and do basic validation
Wang Nan
2015-08-07
2
-0
/
+166
*
bpf tools: Allow caller to set printing function
Wang Nan
2015-08-07
2
-0
/
+52
*
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
2015-08-07
7
-1
/
+246
*
perf tools: Extend the event parser maximum error index
Adrian Hunter
2015-08-06
1
-1
/
+1
*
perf tools: Validate config term maximum value
Adrian Hunter
2015-08-06
1
-1
/
+29
*
perf tools: Add perf_pmu__format_bits()
Adrian Hunter
2015-08-06
2
-1
/
+17
*
perf tools: Fix perf-with-kcore handling of arguments containing spaces
Adrian Hunter
2015-08-06
1
-14
/
+14
*
perf auxtrace: Fix period type 'i' not working
Adrian Hunter
2015-08-06
1
-1
/
+5
*
perf tools xtensa: Add DWARF register names
Max Filippov
2015-08-06
4
-0
/
+30
*
perf report: Display cycles in branch sort mode
Andi Kleen
2015-08-06
1
-1
/
+1
*
perf top: Add branch annotation code to top
Andi Kleen
2015-08-06
2
-0
/
+30
*
perf annotate: Finally display IPC and cycle accounting
Andi Kleen
2015-08-06
1
-17
/
+40
*
perf annotate: Compute IPC and basic block cycles
Andi Kleen
2015-08-06
2
-1
/
+74
*
perf report: Add processing for cycle histograms
Andi Kleen
2015-08-06
3
-0
/
+39
*
perf report: Add infrastructure for a cycles histogram
Andi Kleen
2015-08-06
3
-3
/
+142
*
perf report: Add flag for non ANY branch mode
Andi Kleen
2015-08-06
3
-0
/
+18
*
perf tools: Add support for cycles, weight branch_info field
Andi Kleen
2015-08-06
7
-6
/
+43
*
perf tools: Add empty Build files for architectures lacking them
Ben Hutchings
2015-08-06
3
-0
/
+3
*
perf stat: Move counter processing code into stat object
Jiri Olsa
2015-08-06
3
-140
/
+143
*
perf stat: Pass 'struct perf_stat_config' into process_counter()
Jiri Olsa
2015-08-06
1
-13
/
+16
*
perf stat: Move 'interval' into struct perf_stat_config
Jiri Olsa
2015-08-06
2
-5
/
+10
*
perf stat: Move 'output' into struct perf_stat_config
Jiri Olsa
2015-08-06
2
-12
/
+24
*
perf stat: Move 'scale' into struct perf_stat_config
Jiri Olsa
2015-08-06
2
-6
/
+7
*
perf stat: Introduce struct perf_stat_config
Jiri Olsa
2015-08-06
2
-17
/
+26
*
perf tools: Add missing forward declaration of struct map to probe-event.h
Wang Nan
2015-08-06
1
-0
/
+2
*
perf tools: Introduce veprintf
Wang Nan
2015-08-06
2
-0
/
+6
*
perf trace: Add total time column to summary.
Milian Wolff
2015-08-06
1
-5
/
+5
*
perf tools: Fix build errors with mipsel-linux-uclibc compiler
Petri Gynther
2015-08-05
2
-1
/
+12
*
perf trace: Write to stderr by default
Milian Wolff
2015-08-05
1
-1
/
+1
*
perf tools: Do not include escape sequences in color_vfprintf return
Andi Kleen
2015-08-05
1
-2
/
+3
*
perf tools: Remove trail argument to color vsprintf
Jiri Olsa
2015-08-05
2
-15
/
+2
*
perf tools: Refine parse/config callchain functions
Kan Liang
2015-08-05
4
-14
/
+15
*
perf tools: Per-event time support
Kan Liang
2015-08-05
7
-5
/
+31
*
perf trace: Use vfs_getname syscall arg beautifier in more syscalls
Arnaldo Carvalho de Melo
2015-08-05
1
-9
/
+65
*
perf trace: Deref sys_enter pointer args with contents from probe:vfs_getname
Arnaldo Carvalho de Melo
2015-08-05
1
-1
/
+75
*
perf trace: Use a constant for the syscall formatting buffer
Arnaldo Carvalho de Melo
2015-08-05
1
-3
/
+5
*
perf trace: Remember if the vfs_getname tracepoint/kprobe is in place
Arnaldo Carvalho de Melo
2015-08-05
1
-4
/
+6
*
perf trace: Do not show syscall tracepoint filter in the --no-syscalls case
Arnaldo Carvalho de Melo
2015-08-05
1
-2
/
+3
*
perf script: No tracepoints? Don't call libtraceevent.
Arnaldo Carvalho de Melo
2015-08-04
1
-1
/
+2
[next]