index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-06
perf machine: Remove unused struct process_args
Yuan Can
1
-4
/
+0
2022-08-10
perf machine: Fix missing free of machine->kallsyms_filename
Adrian Hunter
1
-0
/
+1
2022-07-20
perf tools: Handle injected guest kernel mmap event
Adrian Hunter
1
-3
/
+12
2022-07-20
perf machine: Use realloc_array_as_needed() in machine__set_current_tid()
Adrian Hunter
1
-19
/
+7
2022-07-18
perf buildid-list: Add a "-m" option to show kernel and modules build-ids
Blake Jones
1
-0
/
+15
2022-05-23
perf tools: Add guest_code support
Adrian Hunter
1
-0
/
+87
2022-05-23
perf tools: Factor out thread__set_guest_comm()
Adrian Hunter
1
-3
/
+9
2022-05-23
perf tools: Add machine to machines back pointer
Adrian Hunter
1
-0
/
+2
2022-04-09
perf unwind: Don't show unwind error messages when augmenting frame pointer s...
James Clark
1
-1
/
+1
2022-02-14
perf maps: Use a pointer for kmaps
Ian Rogers
1
-17
/
+21
2022-02-06
perf tools: Apply correct label to user/kernel symbols in branch mode
German Gomez
1
-0
/
+2
2022-01-19
perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...
Arnaldo Carvalho de Melo
1
-1
/
+2
2021-12-22
perf arm64: Inject missing frames when using 'perf record --call-graph=fp'
Alexandre Truong
1
-5
/
+14
2021-12-22
perf machine: Add a mechanism to inject stack frames
Alexandre Truong
1
-1
/
+36
2021-10-20
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
1
-0
/
+10
2021-09-18
perf machine: Initialize srcline string member in add_location struct
Michael Petlan
1
-0
/
+1
2021-06-19
perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL
Riccardo Mancini
1
-1
/
+2
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-4
/
+4
2021-03-09
perf machine: Assign boolean values to a bool variable
Jiapeng Chong
1
-2
/
+2
2021-02-18
perf machine: Factor out machine__idle_thread()
Adrian Hunter
1
-0
/
+18
2021-02-18
perf machine: Factor out machines__find_guest()
Adrian Hunter
1
-0
/
+9
2021-01-20
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-2
/
+2
2021-01-15
perf intel-pt: Fix 'CPU too large' error
Adrian Hunter
1
-2
/
+2
2020-12-28
perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events
Jiri Olsa
1
-5
/
+19
2020-12-19
perf sort: Add sort option for data page size
Kan Liang
1
-2
/
+5
2020-11-27
perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
Jiri Olsa
1
-29
/
+33
2020-11-03
perf tools: Fix crash with non-jited bpf progs
Tommi Rantala
1
-1
/
+10
2020-09-17
perf machine: Add machine__for_each_dso() function
Jiri Olsa
1
-0
/
+12
2020-09-03
perf tools: Add bpf image check to __map__is_kmodule
Jiri Olsa
1
-6
/
+0
2020-08-13
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
Jiri Olsa
1
-8
/
+8
2020-07-10
perf script: Show text poke address symbol
Adrian Hunter
1
-1
/
+1
2020-07-10
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
1
-0
/
+6
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
1
-0
/
+43
2020-05-28
perf tools: Fix is_bpf_image function logic
Jiri Olsa
1
-2
/
+2
2020-05-05
perf evsel: Rename perf_evsel__env() to evsel__env()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__has*() to evsel__has*()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-04-18
perf callchain: Stitch LBR call stack
Kan Liang
1
-1
/
+138
2020-04-18
perf callchain: Save previous cursor nodes for LBR stitching approach
Kan Liang
1
-4
/
+72
2020-04-18
perf thread: Save previous sample for LBR stitching approach
Kan Liang
1
-0
/
+23
2020-04-18
perf machine: Factor out lbr_callchain_add_lbr_ip()
Kan Liang
1
-70
/
+73
2020-04-18
perf machine: Factor out lbr_callchain_add_kernel_ip()
Kan Liang
1
-22
/
+45
2020-04-18
perf machine: Refine the function for LBR call stack reconstruction
Kan Liang
1
-35
/
+76
2020-04-18
perf machine: Remove the indent in resolve_lbr_callchain_sample
Kan Liang
1
-60
/
+63
2020-04-16
perf annotate: Add basic support for bpf_image
Jiri Olsa
1
-0
/
+11
2020-04-16
perf machine: Set ksymbol dso as loaded on arrival
Jiri Olsa
1
-0
/
+1
2020-04-03
perf cgroup: Maintain cgroup hierarchy
Namhyung Kim
1
-1
/
+8
2020-04-03
perf tools: Basic support for CGROUP event
Namhyung Kim
1
-0
/
+12
2020-03-10
perf tools: Add hw_idx in struct branch_stack
Kan Liang
1
-17
/
+18
2020-02-11
perf maps: Move kmap::kmaps setup to maps__insert()
Jiri Olsa
1
-12
/
+1
2020-02-11
perf maps: Mark ksymbol DSOs with kernel type
Jiri Olsa
1
-2
/
+10
[next]