Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3df668e74a5bc60d74c2ce0b3498af2d77b4b556
/
tools
/
perf
/
util
0a4bb5d
perf tools: Move cmd_version() to builtin-version.c
by Josh Poimboeuf
· 9 years ago
2bdb2c2
perf tools: Save cmdline arguments earlier
by Josh Poimboeuf
· 9 years ago
1fe143c
perf tools: Move term functions out of util.c
by Josh Poimboeuf
· 9 years ago
de7cf7c
perf tools: Remove unused pager_use_color variable
by Josh Poimboeuf
· 9 years ago
5191d887
perf tools: Fix write_numa_topology to put cpu_map instead of free
by Masami Hiramatsu
· 9 years ago
cc1121a
perf machine: Fix machine.vmlinux_maps to make sure to clear the old one
by Masami Hiramatsu
· 9 years ago
d91130e
perf tools: Fix maps__fixup_overlappings to put used maps
by Masami Hiramatsu
· 9 years ago
17577de
perf hists: Fix hists_evsel to release hists
by Masami Hiramatsu
· 9 years ago
bae32b5
perf tools: Fix map_groups__clone to put cloned map
by Masami Hiramatsu
· 9 years ago
cfef25b
perf annotate: ARM support
by Russell King
· 9 years ago
3e27c92
perf evlist: Factor perf_evlist__(enable|disable) functions
by Jiri Olsa
· 9 years ago
e98a4cb
perf evsel: Introduce disable() method
by Jiri Olsa
· 9 years ago
5cd95fc
perf evsel: Use event maps directly in perf_evsel__enable
by Jiri Olsa
· 9 years ago
5dcf16d
perf machine: Pass correct string to dso__adjust_kmod_long_name
by Wang Nan
· 9 years ago
0bb9349
perf bpf: Rename bpf config to program config
by Wang Nan
· 9 years ago
e72655d
perf hists: Do not skip elided fields when processing samples
by Namhyung Kim
· 9 years ago
e37df6c
perf list: Robustify event printing routine
by Arnaldo Carvalho de Melo
· 9 years ago
bae9cc4
perf list: Add support for PERF_COUNT_SW_BPF_OUT
by Arnaldo Carvalho de Melo
· 9 years ago
c4e0794
perf buildid-list: Show running kernel build id fix
by Michael Petlan
· 9 years ago
dcdd184
perf evlist: Display WEIGHT sample type bit
by Jiri Olsa
· 9 years ago
f55ae95
perf symbols: Add the path to vmlinux.debug
by Ekaterina Tumanova
· 9 years ago
aac4864
perf symbols: Refactor vmlinux_path__init() to ease path additions
by Ekaterina Tumanova
· 9 years ago
b2be545
perf tools: Correctly identify anon_hugepage when generating map (v2)
by Yannick Brosseau
· 9 years ago
c03d518
perf machine: Adjust dso->long_name for offline module
by Wang Nan
· 9 years ago
0356218
perf top: Fix freeze on --call-graph flat/folded
by Namhyung Kim
· 9 years ago
b49a8fe
perf callchain: Honor hide_unresolved
by Namhyung Kim
· 9 years ago
4d3b162
perf probe: Fix to free temporal Dwarf_Frame correctly
by Masami Hiramatsu
· 9 years ago
646a6e8
perf callchain: Add missing parent_val initialization
by Jiri Olsa
· 9 years ago
8bd508b
perf callchain: Add order support for libdw DWARF unwinder
by Jiri Olsa
· 9 years ago
cb1dc22
perf callchain: Add order support for libunwind DWARF unwinder
by Jiri Olsa
· 9 years ago
b26b218
perf callchain: Move initial entry call into get_entries function
by Jiri Olsa
· 9 years ago
4b3a321
perf hists browser: Support flat callchains
by Namhyung Kim
· 9 years ago
f2af008
perf report: Add callchain value option
by Namhyung Kim
· 9 years ago
5e47f8f
perf callchain: Add count fields to struct callchain_node
by Namhyung Kim
· 9 years ago
5ab250c
perf callchain: Abstract callchain print function
by Namhyung Kim
· 9 years ago
26e7792
perf report: Support folded callchain mode on --stdio
by Namhyung Kim
· 9 years ago
566c69c
perf machine: Fix machine__findnew_module_map to put dso
by Masami Hiramatsu
· 9 years ago
1154c95
perf tools: Fix machine__create_kernel_maps to put kernel dso refcount
by Masami Hiramatsu
· 9 years ago
82de26a
perf tools: Fix __dsos__addnew to put dso after adding it to the list
by Masami Hiramatsu
· 9 years ago
8d5c340
perf tools: Fix to put new map after inserting to map_groups in dso__load_sym
by Masami Hiramatsu
· 9 years ago
c4068f5
perf tools: Make perf_exec_path() always return malloc'd string
by Masami Hiramatsu
· 9 years ago
ebe9729
perf machine: Fix to destroy kernel maps when machine exits
by Masami Hiramatsu
· 9 years ago
e96e407
perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references
by Masami Hiramatsu
· 9 years ago
9afcb420
perf machine: Fix machine__findnew_module_map to put registered map
by Masami Hiramatsu
· 9 years ago
05c8d80
perf probe: Fix to free temporal Dwarf_Frame
by Masami Hiramatsu
· 9 years ago
d35b328
perf bpf: Use same BPF program if arguments are identical
by Wang Nan
· 9 years ago
a08357d
perf bpf: Generate prologue for BPF programs
by Wang Nan
· 9 years ago
bfc077b
perf bpf: Add prologue for BPF programs for fetching arguments
by He Kuang
· 9 years ago
03e01f5
perf bpf: Allow BPF program config probing options
by Wang Nan
· 9 years ago
5dbd16c
perf bpf: Allow attaching BPF programs to modules symbols
by Wang Nan
· 9 years ago
361f2b1
perf bpf: Allow BPF program attach to uprobe events
by Wang Nan
· 9 years ago
4ddd327
tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
by Arnaldo Carvalho de Melo
· 9 years ago
092b1f0
perf probe: Clear probe_trace_event when add_probe_trace_event() fails
by Wang Nan
· 9 years ago
0196e78
perf probe: Fix memory leaking on failure by clearing all probe_trace_events
by Masami Hiramatsu
· 9 years ago
1216b65
perf buildid-list: Requires ordered events
by Adrian Hunter
· 9 years ago
e266a75
perf symbols: Fix dso lookup by long name and missing buildids
by Adrian Hunter
· 9 years ago
2059fc7
perf symbols: Allow forcing reading of non-root owned files by root
by Arnaldo Carvalho de Melo
· 9 years ago
866548d
perf symbols: Rebuild rbtree when adjusting symbols for kcore
by Adrian Hunter
· 9 years ago
421fd08
perf probe: Verify parameters in two functions
by Wang Nan
· 9 years ago
e87b491
perf session: Add missing newlines to some pr_err() calls
by Arnaldo Carvalho de Melo
· 9 years ago
4a4c03c
perf annotate: Support full source file paths for srcline fix
by Michael Petlan
· 9 years ago
ba1fae4
perf test: Add 'perf test BPF'
by Wang Nan
· 9 years ago
d3e0ce3
perf bpf: Improve BPF related error messages
by Wang Nan
· 9 years ago
07bc5c6
perf tools: Make fetch_kernel_version() publicly available
by Wang Nan
· 9 years ago
6371ca3b
bpf tools: Improve libbpf error reporting
by Wang Nan
· 9 years ago
0a62f68
perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy
by Masami Hiramatsu
· 9 years ago
62ec9b3
perf annotate: Inform the user about objdump failures in --stdio
by Andi Kleen
· 9 years ago
98d3b25
perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns success
by Wang Nan
· 9 years ago
4a4f66a
perf llvm: Pass LINUX_VERSION_CODE to BPF program when compiling
by Wang Nan
· 9 years ago
59f41af
perf llvm: Pass number of configured CPUs to clang compiler
by Wang Nan
· 9 years ago
cb8382e
perf tools: Insert split maps correctly into origin group
by Jiri Olsa
· 9 years ago
4579ecc
perf stat: Move sw clock metrics printout to stat-shadow
by Andi Kleen
· 9 years ago
7a01194
perf bpf: Mute libbpf when '-v' not set
by Wang Nan
· 9 years ago
7ed4915
perf unwind: Pass symbol source to libunwind
by Rabin Vincent
· 9 years ago
d509db0
perf tools: Compile scriptlets to BPF objects when passing '.c' to --event
by Wang Nan
· 9 years ago
1f45b1d
perf bpf: Attach eBPF filter to perf event
by Wang Nan
· 9 years ago
4edf30e
perf bpf: Collect perf_evsel in BPF object files
by Wang Nan
· 9 years ago
1e5e3ee
perf tools: Load eBPF object into kernel
by Wang Nan
· 9 years ago
aa3abf3
perf tools: Create probe points for BPF programs
by Wang Nan
· 9 years ago
84c86ca
perf tools: Enable passing bpf object file to --event
by Wang Nan
· 9 years ago
69d262a
perf ebpf: Add the libbpf glue
by Wang Nan
· 9 years ago
443f8c7
perf symbols: Fix endless loop in dso__split_kallsyms_for_kcore
by Jiri Olsa
· 9 years ago
374ce93
perf tools: Enable pre-event inherit setting by config terms
by Wang Nan
· 9 years ago
5baecbc
perf symbols: we can now read separate debug-info files based on a build ID
by Dima Kogan
· 9 years ago
f2f3096
perf symbols: Fix type error when reading a build-id
by Dima Kogan
· 9 years ago
f4efcce
perf tools: Search for more options when passing args to -h
by Arnaldo Carvalho de Melo
· 9 years ago
2322f57
perf cpu_map: Add cpu_map__empty_new function
by Jiri Olsa
· 9 years ago
af33998
perf evsel: Move id_offset out of struct perf_evsel union member
by Jiri Olsa
· 9 years ago
c711836
perf tools: Introduce usage_with_options_msg()
by Namhyung Kim
· 9 years ago
01b1945
perf tools: Setup pager when printing usage and help
by Namhyung Kim
· 9 years ago
b272a59
perf report: Rename to --show-cpu-utilization
by Namhyung Kim
· 9 years ago
a5f4a69
perf tools: Improve ambiguous option help message
by Namhyung Kim
· 9 years ago
161d904
perf tools: Provide help for subset of options
by Arnaldo Carvalho de Melo
· 9 years ago
869c55b
perf tools: Show tool command line options ordered
by Arnaldo Carvalho de Melo
· 9 years ago
76a2654
perf tools: Improve call graph documents and help messages
by Namhyung Kim
· 9 years ago
792aeaf
perf tools: Defaults to 'caller' callchain order only if --children is enabled
by Namhyung Kim
· 9 years ago
a2c10d3
perf top: Support call-graph display options also
by Namhyung Kim
· 9 years ago
21cf628
perf tools: Move callchain help messages to callchain.h
by Namhyung Kim
· 9 years ago
e3d006c
perf annotate: Add debug message for out of bounds sample
by Arnaldo Carvalho de Melo
· 9 years ago
8b8cde4
perf evsel: Print branch filter state with -vv
by Andi Kleen
· 9 years ago
Next »