index
:
linux-stable.git
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.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
/
util
/
synthetic-events.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Add --synth option
Namhyung Kim
2021-09-17
1
-0
/
+28
*
perf tools: Allow controlling synthesizing PERF_RECORD_ metadata events durin...
Namhyung Kim
2021-09-17
1
-19
/
+26
*
perf inject: Fix output from a file to a pipe
Namhyung Kim
2021-08-02
1
-1
/
+52
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-03-29
1
-5
/
+6
|
\
|
*
perf synthetic events: Avoid write of uninitialized memory when generating PE...
Ian Rogers
2021-03-10
1
-4
/
+5
|
*
perf synthetic-events: Fix uninitialized 'kernel_thread' variable
Thomas Richter
2021-03-10
1
-1
/
+1
*
|
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-2
/
+2
|
/
*
perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing
Kan Liang
2021-02-18
1
-5
/
+7
*
perf env: Remove unneeded internal/cpumap inclusions
Ian Rogers
2021-02-12
1
-1
/
+0
*
perf report: Support instruction latency
Kan Liang
2021-02-08
1
-1
/
+3
*
perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-02-08
1
-2
/
+4
*
perf tools: Use scandir() to iterate threads when synthesizing PERF_RECORD_ e...
Namhyung Kim
2021-02-03
1
-11
/
+17
*
perf tools: Skip PERF_RECORD_MMAP event synthesis for kernel threads
Namhyung Kim
2021-02-03
1
-9
/
+23
*
perf tools: Use /proc/<PID>/task/<TID>/status for PERF_RECORD_ event synthesis
Namhyung Kim
2021-02-03
1
-11
/
+14
*
perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Kan Liang
2021-01-20
1
-0
/
+8
*
perf tools: Allow synthesizing the build id for kernel/modules/tasks in PERF_...
Jiri Olsa
2020-12-28
1
-0
/
+32
*
perf tools: Allow using PERF_RECORD_MMAP2 to synthesize the kernel modules maps
Jiri Olsa
2020-12-28
1
-17
/
+32
*
perf tools: Allow using PERF_RECORD_MMAP2 to synthesize the kernel map
Jiri Olsa
2020-12-28
1
-13
/
+27
*
perf record: Support new sample type for data page size
Kan Liang
2020-12-17
1
-0
/
+8
*
perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods
Arnaldo Carvalho de Melo
2020-11-30
1
-1
/
+1
*
perf record: Synthesize cgroup events only if needed
Namhyung Kim
2020-11-27
1
-0
/
+3
*
perf tools: Use build_id object in dso
Jiri Olsa
2020-10-14
1
-1
/
+1
*
perf tsc: Move out common functions from x86
Leo Yan
2020-09-22
1
-8
/
+0
*
perf tools: Remove unneeded semicolons
Zou Wei
2020-04-30
1
-1
/
+1
*
perf synthetic events: Remove use of sscanf from /proc reading
Ian Rogers
2020-04-30
1
-52
/
+105
*
perf synthetic-events: save 4kb from 2 stack frames
Ian Rogers
2020-04-16
1
-12
/
+10
*
perf record: Support synthesizing cgroup events
Namhyung Kim
2020-04-03
1
-0
/
+122
*
perf tools: Basic support for CGROUP event
Namhyung Kim
2020-04-03
1
-0
/
+8
*
perf tools: Give synthetic mmap events an inode generation
Ian Rogers
2020-03-17
1
-0
/
+1
*
perf tools: Add hw_idx in struct branch_stack
Kan Liang
2020-03-09
1
-2
/
+4
*
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-26
1
-1
/
+1
*
perf tools: Add kernel AUX area sampling definitions
Adrian Hunter
2019-11-21
1
-0
/
+12
*
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
2019-11-06
1
-1
/
+1
*
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-3
/
+3
*
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-6
/
+6
*
perf tools: Move event synthesizing routines to separate .c file
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1884