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 evsel: Add bitfield_swap() to handle branch_stack endian issue
Madhavan Srinivasan
2021-10-28
2
-2
/
+88
*
perf script: Show binary offsets for userspace addr
Lexi Shao
2021-10-28
1
-3
/
+9
*
perf intel-pt: Support itrace d+o option to direct debug log to stdout
Adrian Hunter
2021-10-27
2
-6
/
+7
*
perf auxtrace: Add itrace d+o option to direct debug log to stdout
Adrian Hunter
2021-10-27
1
-0
/
+2
*
perf intel-pt: Support itrace A option to approximate IPC
Adrian Hunter
2021-10-27
3
-4
/
+14
*
perf auxtrace: Add itrace A option to approximate IPC
Adrian Hunter
2021-10-27
2
-0
/
+6
*
perf auxtrace: Add missing Z option to ITRACE_HELP
Adrian Hunter
2021-10-27
1
-0
/
+1
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-10-26
1
-2
/
+2
|
\
|
*
perf report: Output non-zero offset for decompressed records
Alexey Bayduraev
2021-10-14
1
-2
/
+2
*
|
perf dso: Fix /proc/kcore access on 32 bit systems
James Clark
2021-10-25
1
-1
/
+1
*
|
perf list: Display hybrid PMU events with cpu type
Jin Yao
2021-10-25
6
-12
/
+39
*
|
perf session: Introduce reader EOF function
Alexey Bayduraev
2021-10-25
1
-1
/
+7
*
|
perf session: Introduce reader return codes
Alexey Bayduraev
2021-10-25
1
-3
/
+8
*
|
perf session: Move the event read code to a separate function
Alexey Bayduraev
2021-10-25
1
-15
/
+31
*
|
perf session: Move unmap code to reader__mmap
Alexey Bayduraev
2021-10-25
1
-17
/
+13
*
|
perf session: Move reader map code to a separate function
Alexey Bayduraev
2021-10-25
1
-15
/
+28
*
|
perf session: Move init/release code to separate functions
Alexey Bayduraev
2021-10-25
1
-13
/
+32
*
|
perf session: Introduce decompressor in reader object
Alexey Bayduraev
2021-10-25
2
-16
/
+33
*
|
perf session: Move all state items to reader object
Alexey Bayduraev
2021-10-25
1
-28
/
+35
*
|
perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
2021-10-25
1
-4
/
+81
*
|
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
2021-10-20
6
-0
/
+41
*
|
perf metric: Allow modifiers on metrics
Ian Rogers
2021-10-20
1
-27
/
+98
*
|
perf parse-events: Identify broken modifiers
Ian Rogers
2021-10-20
1
-0
/
+10
*
|
perf metric: Switch fprintf() to pr_err()
Ian Rogers
2021-10-20
1
-1
/
+1
*
|
perf metrics: Modify setup and deduplication
Ian Rogers
2021-10-20
1
-251
/
+262
*
|
perf expr: Add subset_of_ids() utility
Ian Rogers
2021-10-20
2
-0
/
+17
*
|
perf metric: Encode and use metric-id as qualifier
Ian Rogers
2021-10-20
4
-78
/
+228
*
|
perf parse-events: Allow config on kernel PMU events
Ian Rogers
2021-10-20
3
-32
/
+52
*
|
perf parse-events: Add new "metric-id" term
Ian Rogers
2021-10-20
8
-45
/
+107
*
|
perf parse-events: Add const to evsel name
Ian Rogers
2021-10-20
6
-20
/
+27
*
|
perf metric: Simplify metric_refs calculation
Ian Rogers
2021-10-20
1
-54
/
+23
*
|
perf metric: Document the internal 'struct metric'
Ian Rogers
2021-10-20
1
-0
/
+20
*
|
perf metric: Comment data structures
Ian Rogers
2021-10-20
1
-0
/
+27
*
|
perf metric: Modify resolution and recursion check
Ian Rogers
2021-10-20
4
-265
/
+174
*
|
perf metric: Only add a referenced metric once
Ian Rogers
2021-10-20
1
-3
/
+9
*
|
perf metric: Add metric new() and free() methods
Ian Rogers
2021-10-20
1
-62
/
+75
*
|
perf metric: Add documentation and rename a variable.
Ian Rogers
2021-10-20
1
-5
/
+54
*
|
perf metric: Move runtime value to the expr context
Ian Rogers
2021-10-20
4
-16
/
+18
*
|
perf pmu: Make pmu_event tables const.
Ian Rogers
2021-10-20
5
-27
/
+27
*
|
perf pmu: Make pmu_sys_event_tables const.
Ian Rogers
2021-10-20
1
-1
/
+1
*
|
perf pmu: Add const to pmu_events_map.
Ian Rogers
2021-10-20
5
-22
/
+22
*
|
tools lib: Adopt list_sort() from the kernel sources
Ian Rogers
2021-10-20
2
-0
/
+6
*
|
perf mmap: Introduce mmap_cpu_mask__duplicate()
Riccardo Mancini
2021-10-08
2
-0
/
+14
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-10-08
1
-1
/
+1
|
\
|
|
*
perf config: Refine error message to eliminate confusion
Like Xu
2021-09-27
1
-1
/
+1
*
|
perf srcline: Use long-running addr2line per DSO
Tony Garnock-Jones
2021-10-04
1
-88
/
+250
*
|
perf metric: Avoid events for an 'if' constant result
Ian Rogers
2021-09-29
1
-0
/
+10
*
|
perf metric: Don't compute unused events
Ian Rogers
2021-09-29
1
-7
/
+23
*
|
perf expr: Propagate constants for binary operations
Ian Rogers
2021-09-29
1
-18
/
+45
*
|
perf expr: Merge find_ids and regular parsing
Ian Rogers
2021-09-29
4
-59
/
+136
[next]