Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b5cd891716a9ef118ce8d3a367b6b0fa912447fc
/
tools
/
perf
/
util
2d470b6
perf jevents: Handle events including .c and .o
by Wang Nan
· 8 years ago
f957a53
perf header: Set nr_numa_nodes only when we parsed all the data
by Jiri Olsa
· 8 years ago
3bccbe2
perf intel-pt: Fix MTC timestamp calculation for large MTC periods
by Adrian Hunter
· 8 years ago
51ee648
perf intel-pt: Fix estimated timestamps for cycle-accurate mode
by Adrian Hunter
· 8 years ago
e312bcf
perf tools: Make alias matching case-insensitive
by Andi Kleen
· 8 years ago
0683554
perf tools: Allow period= in perf stat CPU event descriptions.
by Sukadev Bhattiprolu
· 8 years ago
dd5f103
perf list jevents: Add support for event list topics
by Andi Kleen
· 8 years ago
c8d6828
perf list: Support long jevents descriptions
by Sukadev Bhattiprolu
· 8 years ago
fc06e2a
perf pmu: Add override support for event list CPUID
by Andi Kleen
· 8 years ago
1c5f01f
perf list: Add a --no-desc flag
by Andi Kleen
· 8 years ago
61eb2eb
perf tools: Query terminal width and use in perf list
by Andi Kleen
· 8 years ago
08e60ed
perf pmu: Support alias descriptions
by Andi Kleen
· 8 years ago
933f82f
perf pmu: Use pmu_events table to create aliases
by Sukadev Bhattiprolu
· 8 years ago
18ef15c
perf tools: Experiment with cppcheck
by Arnaldo Carvalho de Melo
· 8 years ago
ead1a57
perf probe: Check if *ptr2 is zero and not ptr2
by Colin Ian King
· 8 years ago
d5a0029
perf probe: Match linkage name with mangled name
by Masami Hiramatsu
· 8 years ago
35726d3
perf probe: Fix to cut off incompatible chars from group name
by Masami Hiramatsu
· 8 years ago
0ad45b3
perf probe: Skip if the function address is 0
by Masami Hiramatsu
· 8 years ago
f8da4b5
perf probe: Ignore the error of finding inline instance
by Masami Hiramatsu
· 8 years ago
2acee10
perf intel-pt: Fix decoding when there are address filters
by Adrian Hunter
· 8 years ago
9f1d122
perf intel-pt: Enable decoder to handle TIP.PGD with missing IP
by Adrian Hunter
· 8 years ago
2b9e32c
perf intel-pt: Read address filter from AUXTRACE_INFO event
by Adrian Hunter
· 8 years ago
c093f30
perf intel-pt: Record address filter in AUXTRACE_INFO event
by Adrian Hunter
· 8 years ago
40b746a
perf intel-pt: Add a helper function for processing AUXTRACE_INFO
by Adrian Hunter
· 8 years ago
4d34e10
perf intel-pt: Fix missing error codes processing auxtrace_info
by Adrian Hunter
· 8 years ago
fa8025c
perf intel-pt: Add support for recording the max non-turbo ratio
by Adrian Hunter
· 8 years ago
810c398
perf intel-pt: Fix snapshot overlap detection decoder errors
by Adrian Hunter
· 8 years ago
f965520
perf probe: Increase debug level of SDT debug messages
by Adrian Hunter
· 8 years ago
1b36c03
perf record: Add support for using symbols in address filters
by Adrian Hunter
· 8 years ago
cd67f99
perf symbols: Add dso__last_symbol()
by Adrian Hunter
· 8 years ago
e7a06a5
perf script: Fix vanished idle symbols
by Adrian Hunter
· 8 years ago
1e85748
perf evsel: Add support for address filters
by Mathieu Poirier
· 8 years ago
3541c03
perf evsel: New tracepoint specific function
by Mathieu Poirier
· 8 years ago
b15d0a4
perf tools: Make perf_evsel__append_filter() generic
by Mathieu Poirier
· 8 years ago
f2c8852
perf data: Fix building in 32 bit platform with libbabeltrace
by Wang Nan
· 8 years ago
973186c
perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB change
by Adrian Hunter
· 8 years ago
2d83145
perf hists: Make hists__fprintf_headers function global
by Jiri Olsa
· 8 years ago
bd28d0c
perf hists: Make __hist_entry__snprintf function global
by Jiri Olsa
· 8 years ago
98ba160
perf tools: Make several display functions global
by Jiri Olsa
· 8 years ago
5fe7b9b
perf tools: Make several sorting functions global
by Jiri Olsa
· 8 years ago
a76490e
perf tools: Make output_field_add and sort_dimension__add global
by Jiri Olsa
· 8 years ago
bcf9874
perf tools: Make reset_dimensions global
by Jiri Olsa
· 8 years ago
859442b
perf pmu: Push configuration down to PMU driver
by Mathieu Poirier
· 8 years ago
a818c56
perf tools: Add coresight etm PMU record capabilities
by Mathieu Poirier
· 8 years ago
82deb8a
perf evsel: Remove superfluous initialization of weight
by Jiri Olsa
· 8 years ago
3c028a0
perf symbols: Do not open device files
by Jiri Olsa
· 8 years ago
e3b60bc
perf hists: Factor out hists__reset_column_width()
by Namhyung Kim
· 8 years ago
5f62d4f
perf annotate: Resolve 'call' operands to function names
by Arnaldo Carvalho de Melo
· 8 years ago
bff5c30
perf annotate: Pass the symbol's map/dso to the instruction parsers
by Arnaldo Carvalho de Melo
· 8 years ago
88a7fcf
perf annotate: Do not ignore call instruction with indirect target
by Ravi Bangoria
· 8 years ago
f666ac0
perf hists: Fix width computation for srcline sort entry
by Jiri Olsa
· 8 years ago
dd60fba
perf tools: Add infrastructure for PMU specific configuration
by Mathieu Poirier
· 8 years ago
d2580c7
perf hist: Initialize hierarchy tree explicitly
by Namhyung Kim
· 8 years ago
9d97b8f
perf hists: Introduce hists__link_hierarchy()
by Namhyung Kim
· 8 years ago
09034de
perf hists: Introduce hists__match_hierarchy()
by Namhyung Kim
· 8 years ago
fbef103
perf tools: Do hugetlb handling in more systems
by Arnaldo Carvalho de Melo
· 8 years ago
7e3fcffe
perf pmu: Support alternative sysfs cpumask
by Mark Rutland
· 8 years ago
9f21b81
perf evlist: Only open events on CPUs an evsel permits
by Mark Rutland
· 8 years ago
70fbe05
perf annotate: Add branch stack / basic block
by Peter Zijlstra
· 8 years ago
d7e404a
perf record: Mark MAP_HUGETLB when synthesizing mmap events
by Wang Nan
· 8 years ago
0ac3348
perf tools: Recognize hugetlb mapping as anon mapping
by Wang Nan
· 8 years ago
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
0890e97
perf machine: Remove machine->symbol_filter and friends
by Arnaldo Carvalho de Melo
· 8 years ago
608c34d
perf symbols: Mark if a symbol is idle in the library
by Arnaldo Carvalho de Melo
· 8 years ago
6243b9d
perf probe: Move dwarf specific functions to dwarf-aux.c
by Ravi Bangoria
· 8 years ago
e47392b
perf uprobe: Skip prologue if program compiled without optimization
by Ravi Bangoria
· 8 years ago
b3f33f9
perf probe: Add helper function to check if probe with variable
by Ravi Bangoria
· 8 years ago
432746f
perf symbols: Fixup symbol sizes before picking best ones
by Arnaldo Carvalho de Melo
· 8 years ago
c97b40e
perf symbols: Check symbol_conf.allow_aliases for kallsyms loading too
by Arnaldo Carvalho de Melo
· 8 years ago
293d5b4
perf probe: Support probing on offline cross-arch binary
by Masami Hiramatsu
· 8 years ago
428aff8
perf probe: Ignore vmlinux buildid if offline kernel is given
by Masami Hiramatsu
· 8 years ago
1c20b1d
perf probe: Show trace event definition
by Masami Hiramatsu
· 8 years ago
2a8d41b
perf symbols: Demangle symbols for synthesized @plt entries.
by Milian Wolff
· 8 years ago
fd22759
perf probe: Do not use map_load filters for function
by Arnaldo Carvalho de Melo
· 8 years ago
b55cc4e
perf symbols: Rename ->ignore to ->idle
by Arnaldo Carvalho de Melo
· 8 years ago
b01141f
perf annotate: Initialize the priv are in symbol__new()
by Arnaldo Carvalho de Melo
· 8 years ago
ffe67c2
perf tools: Fix error handling of lzma decompression
by Shawn Lin
· 8 years ago
04e1196
perf probe: Remove unused tracing_dir variable
by Masami Hiramatsu
· 8 years ago
c77ce22
perf bpf: Fix typo: "ehough" -> "enough"
by Colin Ian King
· 8 years ago
9880ce4
perf probe: Use hexadecimal type by default if possible
by Masami Hiramatsu
· 8 years ago
9254378
perf probe: Support hexadecimal casting
by Masami Hiramatsu
· 8 years ago
180b206
perf probe: Add supported for type casting by the running kernel
by Masami Hiramatsu
· 8 years ago
11d8f87
perf tools: Use __weak definition from linux/compiler.h
by Rui Teng
· 8 years ago
fa1f456
perf report: Allow configuring the default sort order in ~/.perfconfig
by Arnaldo Carvalho de Melo
· 8 years ago
05ed3ac
perf disassemble: Extract logic to find file to pass to objdump to a separate function
by Arnaldo Carvalho de Melo
· 8 years ago
3caee09
perf disassemble: Simplify logic for picking the filename to disassemble
by Arnaldo Carvalho de Melo
· 8 years ago
c12944f
perf disassemble: Move check for kallsyms + !kcore
by Arnaldo Carvalho de Melo
· 8 years ago
29659ab
perf hists: Add support for header span
by Jiri Olsa
· 8 years ago
74bb43f
perf hists: Add line argument into perf_hpp_fmt's header callback
by Jiri Olsa
· 8 years ago
f8e6710
perf hists: Introduce nr_header_lines into struct perf_hpp_list
by Jiri Olsa
· 8 years ago
af4b2c9
perf timechart: Use NSEC_PER_U?SEC
by Arnaldo Carvalho de Melo
· 8 years ago
bd48c63
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
c53412e
perf evsel: Do not access outside hw cache name arrays
by Arnaldo Carvalho de Melo
· 8 years ago
6754075
perf unwind: Use addr_location::addr instead of ip for entries
by Milian Wolff
· 8 years ago
60ebc15
perf probe: Release resources on error when handling exit paths
by Arnaldo Carvalho de Melo
· 8 years ago
0325862
perf probe: Check for dup and fdopen failures
by Colin Ian King
· 8 years ago
50de1a0
perf symbols: Fix annotation of objects with debuginfo files
by Anton Blanchard
· 8 years ago
49a7f01
perf jitdump: Add the right header to get the major()/minor() definitions
by Arnaldo Carvalho de Melo
· 8 years ago
e1717e0
perf intel-pt: Fix ip compression
by Adrian Hunter
· 8 years ago
99e608b
perf probe ppc64le: Fix probe location when using DWARF
by Ravi Bangoria
· 8 years ago
Next »