Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b24413180f5600bcb3bb70fbed5cf186b60864bd
/
tools
/
perf
/
util
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
3d8bba9
perf xyarray: Fix wrong processing when closing evsel fd
by Jin Yao
· 7 years ago
7f0cd23
perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE
by Namhyung Kim
· 7 years ago
29479bf
perf tools: Check wether the eBPF file exists in event parsing
by Jiri Olsa
· 7 years ago
66ec1191
perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMU
by Mark Rutland
· 7 years ago
c1fbc0c
perf callchain: Compare dsos (as well) for CCKEY_FUNCTION
by Ravi Bangoria
· 7 years ago
b28503a
perf test: Fix vmlinux failure on s390x
by Thomas Richter
· 7 years ago
090657c
perf tools: Fix syscalltbl build failure
by Akemi Yagi
· 7 years ago
9789e7e
perf report: Fix debug messages with --call-graph option
by Mengting Zhang
· 7 years ago
f1e52f1
perf evsel: Fix attr.exclude_kernel setting for default cycles:p
by Arnaldo Carvalho de Melo
· 7 years ago
cd6379e
perf tools: Open perf.data with O_CLOEXEC flag
by Jiri Olsa
· 7 years ago
63ce844
perf stat: Only auto-merge events that are PMU aliases
by Arnaldo Carvalho de Melo
· 7 years ago
8780fb2
perf sort: Add sort option for physical address
by Kan Liang
· 7 years ago
3b0a5da
perf tools: Support new sample type for physical address
by Kan Liang
· 7 years ago
89be3f8
perf syscalltbl: Support glob matching on syscall names
by Arnaldo Carvalho de Melo
· 7 years ago
c4ee062
perf report: Calculate the average cycles of iterations
by Jin Yao
· 7 years ago
b2f7605
perf symbols: Fix plt entry calculation for ARM and AARCH64
by Li Bin
· 8 years ago
2c29461
perf probe: Fix kprobe blacklist checking condition
by Li Bin
· 7 years ago
3866058
perf tools: Robustify detection of clang binary
by David Carrillo-Cisneros
· 7 years ago
9933183
perf report: Group stat values on global event id
by Jiri Olsa
· 7 years ago
a1834fc
perf values: Zero value buffers
by Jiri Olsa
· 7 years ago
f4ef3b7
perf values: Fix allocation check
by Jiri Olsa
· 7 years ago
64eed1d
perf values: Fix thread index bug
by Jiri Olsa
· 7 years ago
dac7f6b
perf report: Add dump_read function
by Jiri Olsa
· 7 years ago
a17f0697
perf record: Set read_format for inherit_stat
by Jiri Olsa
· 7 years ago
12c1530
perf c2c: Fix remote HITM detection for Skylake
by Jiri Olsa
· 7 years ago
ac0bb6b
perf: Fix documentation for sysctls perf_event_paranoid and perf_event_mlock_kb
by Konstantin Khlebnikov
· 7 years ago
52839e6
perf tools: Add support for printing new mem_info encodings
by Andi Kleen
· 7 years ago
d66dccd
perf tools: Dedup events in expression parsing
by Andi Kleen
· 7 years ago
8d3db2b
perf tools: Increase maximum number of events in expressions
by Andi Kleen
· 7 years ago
d73bad0
perf tools: Expression parser enhancements for metrics
by Andi Kleen
· 7 years ago
de5077c
perf tools: Add utility function to detect SMT status
by Andi Kleen
· 7 years ago
77d0871
perf bpf: Tighten detection of BPF events
by Andi Kleen
· 7 years ago
475fb53
perf evsel: Fix buffer overflow while freeing events
by Andi Kleen
· 7 years ago
d74be47
perf xyarray: Save max_x, max_y
by Andi Kleen
· 7 years ago
1ac3937
perf annotate stdio: Support --show-nr-samples option
by Taeung Song
· 7 years ago
9a57eaf
perf tools: Use default CPUINFO_PROC where it fits
by Arnaldo Carvalho de Melo
· 7 years ago
5d9cdc1
perf events parse: Rename parse_events_parse arguments
by Arnaldo Carvalho de Melo
· 7 years ago
d17d087
perf events parse: Use just one parse events state struct
by Arnaldo Carvalho de Melo
· 7 years ago
5d369a7
perf events parse: Rename parsing state struct to clearer name
by Arnaldo Carvalho de Melo
· 7 years ago
07806a1
perf events parse: Remove some needless local variables
by Arnaldo Carvalho de Melo
· 7 years ago
db26984
perf bpf: Fix endianness problem when loading parameters in prologue
by Wang Nan
· 7 years ago
4a084ec
perf report: Fix module symbol adjustment for s390x
by Thomas Richter
· 7 years ago
9ad4652
perf record: Fix wrong size in perf_record_mmap for last kernel module
by Thomas Richter
· 7 years ago
d964b1c
perf srcline: Do not consider empty files as valid srclines
by Milian Wolff
· 7 years ago
80c345b
perf util: Take elf_name as const string in dso__demangle_sym
by Milian Wolff
· 7 years ago
c295036
perf tools: Add missing newline to expr parser error messages
by Andi Kleen
· 7 years ago
5e97665
perf stat: Fix saved values rbtree lookup
by Andi Kleen
· 7 years ago
f9f6f2a
perf data: Add mmap[2] events to CTF conversion
by Geneviève Bastien
· 7 years ago
a3073c8
perf data: Add callchain to CTF conversion
by Geneviève Bastien
· 7 years ago
48cc330
perf annotate: Fix storing per line sym_hist_entry
by Arnaldo Carvalho de Melo
· 7 years ago
ce9ee4a
perf annotate stdio: Set enough columns for --show-total-period
by Arnaldo Carvalho de Melo
· 7 years ago
64831a2
perf sort: Use default sort if evlist is empty
by David Carrillo-Cisneros
· 7 years ago
82bf311
perf stat: Use group read for event groups
by Jiri Olsa
· 7 years ago
f7794d5
perf evsel: Add read_counter()
by Jiri Olsa
· 7 years ago
de63403
perf tools: Add perf_evsel__read_size function
by Jiri Olsa
· 7 years ago
38d2dcd
perf annotate stdio: Fix column header when using --show-total-period
by Taeung Song
· 7 years ago
a1a8bed
perf report: Tag branch type/flag on "to" and tag cycles on "from"
by Jin Yao
· 7 years ago
b49a821
perf report: Make --branch-history work without callgraphs(-g) option in perf record
by Jin Yao
· 8 years ago
a641860
perf script python: Generate hooks with additional argument
by Arun Kalyanasundaram
· 7 years ago
f38d281
perf script python: Add perf_sample dict to tracepoint handlers
by Arun Kalyanasundaram
· 7 years ago
74ec14f
perf script python: Add sample_read to dict
by Arun Kalyanasundaram
· 7 years ago
892e76b
perf script python: Refactor creation of perf sample dict
by Arun Kalyanasundaram
· 7 years ago
e9f9a9c
perf script python: Allocate memory only if handler exists
by Arun Kalyanasundaram
· 7 years ago
2b04e0f
perf evsel: Add verbose output for sys_perf_event_open fallback
by Jiri Olsa
· 7 years ago
cd8dd03
perf cgroup: Fix refcount usage
by Arnaldo Carvalho de Melo
· 7 years ago
585d93c
perf annotate stdio: Fix --show-total-period
by Taeung Song
· 7 years ago
461c17f
perf annotate: Store the sample period in each histogram bucket
by Taeung Song
· 7 years ago
bab89f6
perf hists: Pass perf_sample to __symbol__inc_addr_samples()
by Taeung Song
· 7 years ago
8158683d
perf annotate: Rename 'sum' to 'nr_samples' in struct sym_hist
by Taeung Song
· 7 years ago
896bccd
perf annotate: Introduce struct sym_hist_entry
by Taeung Song
· 7 years ago
8e99b6d
tools include: Adopt strstarts() from the kernel
by Arnaldo Carvalho de Melo
· 7 years ago
b851dd4
perf report: Show branch type in callchain entry
by Jin Yao
· 7 years ago
2d78b18
perf report: Show branch type statistics for stdio mode
by Jin Yao
· 7 years ago
992c7e9
perf util: Create branch.c/.h for common branch functions
by Jin Yao
· 7 years ago
8d51735
perf report: Refactor the branch info printing code
by Jin Yao
· 7 years ago
60f83fa
perf record: Create a new option save_type in --branch-filter
by Jin Yao
· 7 years ago
f9ebdcc
perf header: Add event desc to pipe-mode header
by David Carrillo-Cisneros
· 7 years ago
e9def1b
perf tools: Add feature header record to pipe-mode
by David Carrillo-Cisneros
· 7 years ago
114f709
perf tool: Add show_feature_header to perf_tool
by David Carrillo-Cisneros
· 7 years ago
a4d8c98
perf header: Change FEAT_OP* macros
by David Carrillo-Cisneros
· 7 years ago
0b3d341
perf header: Add a buffer to struct feat_fd
by David Carrillo-Cisneros
· 7 years ago
a02c395
perf header: Make write_pmu_mappings pipe-mode friendly
by David Carrillo-Cisneros
· 7 years ago
48e5fce
perf header: Use struct feat_fd in read header records
by David Carrillo-Cisneros
· 7 years ago
6255245
perf header: Don't pass struct perf_file_section to process_##_feat
by David Carrillo-Cisneros
· 7 years ago
1a22275
perf header: Use struct feat_fd to process header records
by David Carrillo-Cisneros
· 7 years ago
cfc6542
perf header: Use struct feat_fd for print
by David Carrillo-Cisneros
· 7 years ago
ccebbeb
perf header: Add struct feat_fd for write
by David Carrillo-Cisneros
· 7 years ago
3b8f51a
perf header: Revamp do_write()
by David Carrillo-Cisneros
· 7 years ago
7c72440
perf util: Add const modifier to buf in "writen" function
by David Carrillo-Cisneros
· 7 years ago
2ff5365
perf header: Fail on write_padded error
by David Carrillo-Cisneros
· 7 years ago
dfaa158
perf header: Add PROCESS_STR_FUN macro
by David Carrillo-Cisneros
· 7 years ago
6200e494
perf header: Encapsulate read and swap
by David Carrillo-Cisneros
· 7 years ago
10213e2
perf tests attr: Add test_attr__ready function
by Jiri Olsa
· 7 years ago
db918ac
perf evlist: Allow asking for max precise_ip in add_default()
by Arnaldo Carvalho de Melo
· 7 years ago
30269dc
perf evsel: Allow asking for max precise_ip in new_cycles()
by Arnaldo Carvalho de Melo
· 7 years ago
d239699
perf buildid-cache: Cache debuginfo
by Krister Johansen
· 7 years ago
f045b8c
perf buildid-cache: Support binary objects from other namespaces
by Krister Johansen
· 7 years ago
544abd4
perf probe: Allow placing uprobes in alternate namespaces.
by Krister Johansen
· 7 years ago
bf2e710
perf maps: Lookup maps in both intitial mountns and inner mountns.
by Krister Johansen
· 7 years ago
Next »