index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
|
|
|
perf trace: Associate some more syscall args with the getname beautifier
Arnaldo Carvalho de Melo
2015-08-12
|
*
|
|
|
|
|
|
|
|
perf evlist: Be more specific on -F/--freq
Namhyung Kim
2015-08-10
|
*
|
|
|
|
|
|
|
|
perf record: Support per-event freq term
Namhyung Kim
2015-08-10
|
*
|
|
|
|
|
|
|
|
perf report: Add support for srcfile sort key
Andi Kleen
2015-08-10
|
*
|
|
|
|
|
|
|
|
perf hists: Update the column width for the "srcline" sort key
Arnaldo Carvalho de Melo
2015-08-10
|
*
|
|
|
|
|
|
|
|
perf hists: hist_entry__cmp() may use he_tmp.hists, initialize it
Arnaldo Carvalho de Melo
2015-08-10
|
*
|
|
|
|
|
|
|
|
perf tools: Unset perf_event_attr::freq when period term is set
Jiri Olsa
2015-08-10
|
*
|
|
|
|
|
|
|
|
perf tools: Support full source file paths for srcline
Andi Kleen
2015-08-10
|
*
|
|
|
|
|
|
|
|
perf callchain: Move option parsing code to util.c
Kan Liang
2015-08-08
|
*
|
|
|
|
|
|
|
|
perf stat: Move perf_counts struct and functions into separate object
Jiri Olsa
2015-08-08
|
*
|
|
|
|
|
|
|
|
perf tests: Add LLVM test for eBPF on-the-fly compiling
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
perf tools: Auto detecting kernel include options
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
perf tools: Auto detecting kernel build directory
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
perf tools: Call clang to compile C source to object code
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
perf tools: Introduce llvm config options
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Link all bpf objects onto a list
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Introduce accessors for struct bpf_program
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Load eBPF programs in object files into kernel
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Introduce bpf_load_program() to bpf.c
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Relocate eBPF programs
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Create eBPF maps defined in an object file
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Add bpf.c/h for common bpf operations
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Record map accessing instructions for each program
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Collect relocation sections from SHT_REL sections
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Collect eBPF programs from their own sections
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Collect symbol table from SHT_SYMTAB section
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Collect map definitions from 'maps' section
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Collect version and license from ELF sections
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Iterate over ELF sections to collect information
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Check endianness and make libbpf fail early
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Read eBPF object from buffer
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Open eBPF object file and do basic validation
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Allow caller to set printing function
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
bpf tools: Introduce 'bpf' library and add bpf feature check
Wang Nan
2015-08-07
|
*
|
|
|
|
|
|
|
|
perf tools: Extend the event parser maximum error index
Adrian Hunter
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf tools: Validate config term maximum value
Adrian Hunter
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf tools: Add perf_pmu__format_bits()
Adrian Hunter
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf tools: Fix perf-with-kcore handling of arguments containing spaces
Adrian Hunter
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf auxtrace: Fix period type 'i' not working
Adrian Hunter
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf tools xtensa: Add DWARF register names
Max Filippov
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf report: Display cycles in branch sort mode
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf top: Add branch annotation code to top
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf annotate: Finally display IPC and cycle accounting
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf annotate: Compute IPC and basic block cycles
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf report: Add processing for cycle histograms
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf report: Add infrastructure for a cycles histogram
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf report: Add flag for non ANY branch mode
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf tools: Add support for cycles, weight branch_info field
Andi Kleen
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf tools: Add empty Build files for architectures lacking them
Ben Hutchings
2015-08-06
|
*
|
|
|
|
|
|
|
|
perf stat: Move counter processing code into stat object
Jiri Olsa
2015-08-06
[prev]
[next]