index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf callchain: Add order support for libdw DWARF unwinder
Jiri Olsa
2015-11-23
2
-15
/
+40
*
perf callchain: Add order support for libunwind DWARF unwinder
Jiri Olsa
2015-11-23
1
-17
/
+30
*
perf callchain: Move initial entry call into get_entries function
Jiri Olsa
2015-11-23
1
-10
/
+15
*
perf hists browser: Support flat callchains
Namhyung Kim
2015-11-19
2
-0
/
+46
*
perf report: Add callchain value option
Namhyung Kim
2015-11-19
3
-11
/
+64
*
perf callchain: Add count fields to struct callchain_node
Namhyung Kim
2015-11-19
2
-0
/
+17
*
perf callchain: Abstract callchain print function
Namhyung Kim
2015-11-19
2
-0
/
+33
*
perf report: Support folded callchain mode on --stdio
Namhyung Kim
2015-11-19
2
-2
/
+9
*
perf machine: Fix machine__findnew_module_map to put dso
Masami Hiramatsu
2015-11-19
1
-1
/
+3
*
perf tools: Fix machine__create_kernel_maps to put kernel dso refcount
Masami Hiramatsu
2015-11-19
1
-3
/
+6
*
perf tools: Fix __dsos__addnew to put dso after adding it to the list
Masami Hiramatsu
2015-11-19
1
-0
/
+2
*
perf tools: Fix to put new map after inserting to map_groups in dso__load_sym
Masami Hiramatsu
2015-11-19
1
-0
/
+2
*
perf tools: Make perf_exec_path() always return malloc'd string
Masami Hiramatsu
2015-11-19
3
-14
/
+18
*
perf machine: Fix to destroy kernel maps when machine exits
Masami Hiramatsu
2015-11-19
1
-0
/
+1
*
perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references
Masami Hiramatsu
2015-11-19
1
-0
/
+1
*
perf machine: Fix machine__findnew_module_map to put registered map
Masami Hiramatsu
2015-11-19
1
-0
/
+2
*
perf probe: Fix to free temporal Dwarf_Frame
Masami Hiramatsu
2015-11-19
1
-3
/
+6
*
perf bpf: Use same BPF program if arguments are identical
Wang Nan
2015-11-18
1
-7
/
+131
*
perf bpf: Generate prologue for BPF programs
Wang Nan
2015-11-18
1
-1
/
+119
*
perf bpf: Add prologue for BPF programs for fetching arguments
He Kuang
2015-11-18
5
-0
/
+496
*
perf bpf: Allow BPF program config probing options
Wang Nan
2015-11-18
2
-4
/
+56
*
perf bpf: Allow attaching BPF programs to modules symbols
Wang Nan
2015-11-18
1
-0
/
+16
*
perf bpf: Allow BPF program attach to uprobe events
Wang Nan
2015-11-18
2
-6
/
+115
*
tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
Arnaldo Carvalho de Melo
2015-11-18
3
-19
/
+6
*
perf probe: Clear probe_trace_event when add_probe_trace_event() fails
Wang Nan
2015-11-13
1
-6
/
+14
*
perf probe: Fix memory leaking on failure by clearing all probe_trace_events
Masami Hiramatsu
2015-11-13
1
-1
/
+3
*
perf buildid-list: Requires ordered events
Adrian Hunter
2015-11-13
1
-0
/
+1
*
perf symbols: Fix dso lookup by long name and missing buildids
Adrian Hunter
2015-11-13
3
-0
/
+19
*
perf symbols: Allow forcing reading of non-root owned files by root
Arnaldo Carvalho de Melo
2015-11-12
2
-2
/
+3
*
perf symbols: Rebuild rbtree when adjusting symbols for kcore
Adrian Hunter
2015-11-12
1
-16
/
+14
*
perf probe: Verify parameters in two functions
Wang Nan
2015-11-11
1
-0
/
+6
*
perf session: Add missing newlines to some pr_err() calls
Arnaldo Carvalho de Melo
2015-11-11
1
-4
/
+4
*
perf annotate: Support full source file paths for srcline fix
Michael Petlan
2015-11-11
1
-0
/
+1
*
perf test: Add 'perf test BPF'
Wang Nan
2015-11-06
2
-1
/
+33
*
perf bpf: Improve BPF related error messages
Wang Nan
2015-11-06
4
-15
/
+108
*
perf tools: Make fetch_kernel_version() publicly available
Wang Nan
2015-11-06
3
-33
/
+49
*
bpf tools: Improve libbpf error reporting
Wang Nan
2015-11-06
2
-9
/
+28
*
perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy
Masami Hiramatsu
2015-11-06
1
-5
/
+2
*
perf annotate: Inform the user about objdump failures in --stdio
Andi Kleen
2015-11-06
1
-2
/
+18
*
perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...
Wang Nan
2015-11-05
1
-0
/
+3
*
perf llvm: Pass LINUX_VERSION_CODE to BPF program when compiling
Wang Nan
2015-11-05
1
-0
/
+27
*
perf llvm: Pass number of configured CPUs to clang compiler
Wang Nan
2015-11-05
1
-6
/
+18
*
perf tools: Insert split maps correctly into origin group
Jiri Olsa
2015-11-05
1
-2
/
+8
*
perf stat: Move sw clock metrics printout to stat-shadow
Andi Kleen
2015-11-04
1
-0
/
+5
*
perf bpf: Mute libbpf when '-v' not set
Wang Nan
2015-11-03
1
-2
/
+2
*
perf unwind: Pass symbol source to libunwind
Rabin Vincent
2015-10-29
1
-1
/
+4
*
perf tools: Compile scriptlets to BPF objects when passing '.c' to --event
Wang Nan
2015-10-29
6
-9
/
+39
*
perf bpf: Attach eBPF filter to perf event
Wang Nan
2015-10-29
3
-0
/
+24
*
perf bpf: Collect perf_evsel in BPF object files
Wang Nan
2015-10-28
3
-7
/
+99
*
perf tools: Load eBPF object into kernel
Wang Nan
2015-10-28
3
-0
/
+39
[next]