Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fd11a6496e12848d4eeb21029c2c288bbc638048
/
tools
/
perf
/
util
3148637
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8e9a2db
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
a271bfa
perf tools: Fix eBPF event specification parsing
by Jiri Olsa
· 7 years ago
b6af53b
perf tools: Add "reject" option for parse-events.l
by Jiri Olsa
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
294cbd0
Merge branch 'linus' into perf/urgent, to pick up dependent commits
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
7285cf3
perf srcline: Show correct function name for srcline of callchains
by Namhyung Kim
· 7 years ago
b7b75a6
perf srcline: Fix memory leak in addr2inlines()
by Namhyung Kim
· 7 years ago
d6332a1
perf callchain: Fix double mapping al->addr for children without self period
by Namhyung Kim
· 7 years ago
021b462
perf stat: Make --per-thread update shadow stats to show metrics
by Jiri Olsa
· 7 years ago
54830dd
perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_stats
by Jiri Olsa
· 8 years ago
e268687
perf tools: Add perf_data_file__write function
by Jiri Olsa
· 8 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
9445464
perf tools: Unwind properly location after REJECT
by Jiri Olsa
· 7 years ago
e669e83
perf evsel: Restore evsel->priv as a tool private area
by Arnaldo Carvalho de Melo
· 7 years ago
331c7cb
perf symbols: Fix memory corruption because of zero length symbols
by Ravi Bangoria
· 7 years ago
d8a88dd
perf util: Enable handling of inlined frames by default
by Milian Wolff
· 7 years ago
1fb7d06
perf report: Use srcline from callchain for hist entries
by Milian Wolff
· 7 years ago
21ac9d5
perf report: Cache srclines for callchain nodes
by Milian Wolff
· 7 years ago
b38775c
perf report: Cache failed lookups of inlined frames
by Milian Wolff
· 7 years ago
bf36eb5
perf report: Properly handle branch count in match_chain()
by Milian Wolff
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
aa44189
perf report: Compare symbol name for inlined frames when sorting
by Milian Wolff
· 7 years ago
9856240
perf callchain: Compare symbol name for inlined frames when matching
by Milian Wolff
· 7 years ago
9628b56
perf script: Mark inlined frames and do not print DSO for them
by Milian Wolff
· 7 years ago
8932f80
perf callchain: Mark inlined frames in output by " (inlined)" suffix
by Milian Wolff
· 7 years ago
cbe50f6
perf report: Fall-back to function name comparison for -g srcline
by Milian Wolff
· 7 years ago
11ea251
perf callchain: Create real callchain entries for inlined frames
by Milian Wolff
· 7 years ago
2be8832
perf callchain: Refactor inline_list to store srcline string directly
by Milian Wolff
· 7 years ago
fea0cf8
perf callchain: Refactor inline_list to operate on symbols
by Milian Wolff
· 7 years ago
40a342c
perf callchain: Store srcline in callchain_cursor_node
by Milian Wolff
· 7 years ago
2a704fc
perf report: Remove code to handle inline frames from browsers
by Milian Wolff
· 7 years ago
b1f03ca
perf namespaces: Add more appropriate set of headers
by Arnaldo Carvalho de Melo
· 7 years ago
923d0c9
perf tools: Introduce binary__fprintf()
by Arnaldo Carvalho de Melo
· 7 years ago
696e2457
perf annotate: Remove arch::cpuid_parse callback
by Jiri Olsa
· 7 years ago
73c17d8
perf mmap: Adopt push method from builtin-record.c
by Arnaldo Carvalho de Melo
· 7 years ago
1695849
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files
by Arnaldo Carvalho de Melo
· 7 years ago
ca4b9c3b
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 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
0c6b499
perf top: Add option to set the number of thread for event synthesize
by Kan Liang
· 7 years ago
340b47f
perf top: Implement multithreading for perf_event__synthesize_threads
by Kan Liang
· 7 years ago
f988e71
perf tools: Lock to protect comm_str rb tree
by Kan Liang
· 7 years ago
b32ee9e
perf tools: Lock to protect namespaces and comm list
by Kan Liang
· 7 years ago
c976a7d
Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixes
by Arnaldo Carvalho de Melo
· 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
0a7c74e
perf tools: Provide mutex wrappers for pthreads rwlocks
by Arnaldo Carvalho de Melo
· 8 years ago
411bc31
perf stat: Fix adding multiple event groups
by Andi Kleen
· 7 years ago
333b566
perf pmu: Improve error messages for missing PMUs
by Andi Kleen
· 7 years ago
75e45e4
perf machine: Optimize a bit the machine__findnew_thread() methods
by Arnaldo Carvalho de Melo
· 7 years ago
91e467b
perf machine: Use hashtable for machine threads
by Kan Liang
· 7 years ago
c23c2a0
perf tools: Make copyfile_offset() static
by Arnaldo Carvalho de Melo
· 7 years ago
55421b4f
perf config: Allow creating empty config set for config file autogeneration
by Taeung Song
· 7 years ago
ecdad24
perf tools: Use scandir() to replace readdir()
by Kan Liang
· 7 years ago
8233822
perf ui progress: Add size info into progress bar
by Jiri Olsa
· 7 years ago
84c4174
perf record: Support direct --user-regs arguments
by Andi Kleen
· 7 years ago
fd48aad
perf stat: Support duration_time for metrics
by Andi Kleen
· 7 years ago
4e1a096
perf stat: Don't use ctx for saved values lookup
by Andi Kleen
· 7 years ago
71b0acc
perf list: Add metric groups to perf list
by Andi Kleen
· 7 years ago
b18f3e3
perf stat: Support JSON metrics in perf stat
by Andi Kleen
· 7 years ago
d77ade9
perf pmu: Extract function to get JSON alias map
by Andi Kleen
· 7 years ago
4ed962e
perf stat: Print generic metric header even for failed expressions
by Andi Kleen
· 7 years ago
bba49af
perf stat: Factor out generic metric printing
by Andi Kleen
· 7 years ago
5a5dfe4
perf tools: Support weak groups in 'perf stat'
by Andi Kleen
· 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
Next »