index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Age
Commit message (
Expand
)
Author
Lines
2023-04-19
perf map: Add reference count checking
Ian Rogers
-1
/
+1
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
-11
/
+12
2023-04-19
perf maps: Use maps__nr_maps() instead of open coded maps->nr_maps
Arnaldo Carvalho de Melo
-1
/
+1
2023-04-06
perf map: Changes to reference counting
Ian Rogers
-31
/
+48
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
-2
/
+2
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
-8
/
+8
2023-04-06
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
-2
/
+2
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
-7
/
+7
2023-04-04
perf map: Add accessor for dso
Ian Rogers
-28
/
+42
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
-1
/
+1
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
-24
/
+44
2023-04-04
perf report: Append inlines to non-DWARF callchains
Artem Savkov
-0
/
+5
2022-12-14
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
-0
/
+40
2022-10-06
perf machine: Remove unused struct process_args
Yuan Can
-4
/
+0
2022-08-10
perf machine: Fix missing free of machine->kallsyms_filename
Adrian Hunter
-0
/
+1
2022-07-20
perf tools: Handle injected guest kernel mmap event
Adrian Hunter
-3
/
+12
2022-07-20
perf machine: Use realloc_array_as_needed() in machine__set_current_tid()
Adrian Hunter
-19
/
+7
2022-07-18
perf buildid-list: Add a "-m" option to show kernel and modules build-ids
Blake Jones
-0
/
+15
2022-05-23
perf tools: Add guest_code support
Adrian Hunter
-0
/
+87
2022-05-23
perf tools: Factor out thread__set_guest_comm()
Adrian Hunter
-3
/
+9
2022-05-23
perf tools: Add machine to machines back pointer
Adrian Hunter
-0
/
+2
2022-04-09
perf unwind: Don't show unwind error messages when augmenting frame pointer s...
James Clark
-1
/
+1
2022-02-14
perf maps: Use a pointer for kmaps
Ian Rogers
-17
/
+21
2022-02-06
perf tools: Apply correct label to user/kernel symbols in branch mode
German Gomez
-0
/
+2
2022-01-19
perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...
Arnaldo Carvalho de Melo
-1
/
+2
2021-12-21
perf arm64: Inject missing frames when using 'perf record --call-graph=fp'
Alexandre Truong
-5
/
+14
2021-12-21
perf machine: Add a mechanism to inject stack frames
Alexandre Truong
-1
/
+36
2021-10-20
perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID
Adrian Hunter
-0
/
+10
2021-09-18
perf machine: Initialize srcline string member in add_location struct
Michael Petlan
-0
/
+1
2021-06-19
perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOL
Riccardo Mancini
-1
/
+2
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
-4
/
+4
2021-03-09
perf machine: Assign boolean values to a bool variable
Jiapeng Chong
-2
/
+2
2021-02-18
perf machine: Factor out machine__idle_thread()
Adrian Hunter
-0
/
+18
2021-02-18
perf machine: Factor out machines__find_guest()
Adrian Hunter
-0
/
+9
2021-01-20
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
-2
/
+2
2021-01-15
perf intel-pt: Fix 'CPU too large' error
Adrian Hunter
-2
/
+2
2020-12-28
perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events
Jiri Olsa
-5
/
+19
2020-12-19
perf sort: Add sort option for data page size
Kan Liang
-2
/
+5
2020-11-27
perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_event
Jiri Olsa
-29
/
+33
2020-11-03
perf tools: Fix crash with non-jited bpf progs
Tommi Rantala
-1
/
+10
2020-09-17
perf machine: Add machine__for_each_dso() function
Jiri Olsa
-0
/
+12
2020-09-03
perf tools: Add bpf image check to __map__is_kmodule
Jiri Olsa
-6
/
+0
2020-08-13
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
Jiri Olsa
-8
/
+8
2020-07-10
perf script: Show text poke address symbol
Adrian Hunter
-1
/
+1
2020-07-10
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
-0
/
+6
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
-0
/
+43
2020-05-28
perf tools: Fix is_bpf_image function logic
Jiri Olsa
-2
/
+2
2020-05-05
perf evsel: Rename perf_evsel__env() to evsel__env()
Arnaldo Carvalho de Melo
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__has*() to evsel__has*()
Arnaldo Carvalho de Melo
-1
/
+1
2020-04-18
perf callchain: Stitch LBR call stack
Kan Liang
-1
/
+138
[next]