index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
Documentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf intel-pt: Do not try to queue auxtrace data on pipe
Namhyung Kim
2023-03-10
1
-0
/
+30
*
perf intel-pt: Add support for emulated ptwrite
Adrian Hunter
2023-03-10
1
-0
/
+88
*
perf intel-pt: Add link to the perf wiki's Intel PT page
Adrian Hunter
2023-03-10
1
-0
/
+7
*
perf intel-pt: Add documentation for Event Trace and TNT disable
Adrian Hunter
2023-03-10
1
-2
/
+102
*
perf doc: Fix typos all over the place
Like Xu
2021-09-27
8
-8
/
+8
*
perf dlfilter: Amend documentation wrt library dependencies
Adrian Hunter
2021-08-11
1
-0
/
+8
*
perf script: Fix --list-dlfilters documentation
Adrian Hunter
2021-08-11
1
-1
/
+1
*
perf script: Fix documented const'ness of perf_dlfilter_fns
Adrian Hunter
2021-08-11
1
-2
/
+2
*
perf docs: Fix accidental em-dashes
Alyssa Ross
2021-08-10
5
-12
/
+12
*
perf script python: Fix unintended underline
Stephen Brennan
2021-08-09
1
-1
/
+1
*
perf doc: Reorganize ARTICLES variables.
Ian Rogers
2021-08-02
1
-7
/
+4
*
perf doc: Remove howto-index.sh related references.
Ian Rogers
2021-08-02
1
-12
/
+1
*
perf doc: Remove cmd-list.perl references
Ian Rogers
2021-08-02
1
-20
/
+1
*
perf doc: Add info pages to all target.
Ian Rogers
2021-08-02
1
-1
/
+1
*
perf doc: Remove references to user-manual
Ian Rogers
2021-08-02
1
-25
/
+0
*
perf doc: Fix doc.dep
Ian Rogers
2021-08-02
1
-0
/
+46
*
perf doc: Fix perfman.info build
Ian Rogers
2021-08-02
2
-1
/
+47
*
perf intel-pt: Add a config for max loops without consuming a packet
Adrian Hunter
2021-07-07
1
-0
/
+6
*
perf dlfilter: Add object_code() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
1
-1
/
+4
*
perf dlfilter: Add attr() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
1
-1
/
+4
*
perf dlfilter: Add srcline() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
1
-1
/
+4
*
perf dlfilter: Add insn() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
1
-1
/
+4
*
perf dlfilter: Add resolve_address() to perf_dlfilter_fns
Adrian Hunter
2021-07-01
1
-1
/
+5
*
perf script: Add option to pass arguments to dlfilters
Adrian Hunter
2021-07-01
2
-3
/
+11
*
perf script: Add option to list dlfilters
Adrian Hunter
2021-07-01
2
-0
/
+8
*
perf script: Add dlfilter__filter_event_early()
Adrian Hunter
2021-07-01
1
-4
/
+9
*
perf script: Add API for filtering via dynamically loaded shared object
Adrian Hunter
2021-07-01
2
-1
/
+228
*
perf top: Add cgroup support for perf top (-G)
Joshua Martinez
2021-06-24
1
-0
/
+12
*
perf annotate: Add itrace options support
Yang Jihong
2021-06-16
1
-0
/
+7
*
perf probe: Add permission and sysctl notice to man page
Masami Hiramatsu
2021-06-04
1
-3
/
+16
*
perf scripting python: intel-pt-events.py: Add --insn-trace and --src-trace
Adrian Hunter
2021-06-01
1
-1
/
+5
*
perf scripting python: Update documentation for srcline etc
Adrian Hunter
2021-06-01
1
-4
/
+42
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-05-25
2
-6
/
+7
|
\
|
*
perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit
Adrian Hunter
2021-05-21
2
-6
/
+7
*
|
perf header: Support HYBRID_CPU_PMU_CAPS feature
Jin Yao
2021-05-17
1
-0
/
+16
*
|
perf header: Support HYBRID_TOPOLOGY feature
Jin Yao
2021-05-17
1
-0
/
+17
*
|
perf intel-pt: Parse VM Time Correlation options and set up decoding
Adrian Hunter
2021-05-12
1
-3
/
+105
*
|
perf inject: Add --vm-time-correlation option
Adrian Hunter
2021-05-12
1
-0
/
+10
*
|
perf intel-pt: Support Z itrace option for timeless decoding
Adrian Hunter
2021-05-12
1
-0
/
+5
*
|
perf auxtrace: Add Z itrace option for timeless decoding
Adrian Hunter
2021-05-12
1
-0
/
+1
|
/
*
perf Documentation: Document intel-hybrid support
Jin Yao
2021-04-29
3
-0
/
+217
*
perf report: Make --skip-empty as default
Namhyung Kim
2021-04-29
1
-0
/
+5
*
perf report: Add --skip-empty option to suppress 0 event stat
Namhyung Kim
2021-04-29
1
-0
/
+3
*
perf data: Add JSON export
Nicholas Fraser
2021-04-29
1
-1
/
+4
*
perf stat: Introduce config stat.bpf-counter-events
Song Liu
2021-04-29
1
-0
/
+2
*
perf tools: Update topdown documentation to permit rdpmc calls
Ray Kinsella
2021-04-22
1
-0
/
+18
*
perf stat: Enable iostat mode for x86 platforms
Alexander Antonov
2021-04-20
1
-0
/
+88
*
perf annotate: Add --demangle and --demangle-kernel
Martin Liška
2021-03-31
1
-0
/
+7
*
perf tools: Support pipeline stage cycles for powerpc
Athira Rajeev
2021-03-26
1
-0
/
+2
*
perf stat: Align CSV output for summary mode
Jin Yao
2021-03-24
1
-0
/
+9
[next]