index
:
pub/scm/linux/kernel/git/stable/linux.git
master
Linux kernel stable tree
Stable Group
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
2024-04-12
perf map: Remove kernel map before updating start and end addresses
James Clark
1
-1
/
+1
2024-03-21
perf lock contention: Trim backtrace by skipping traceiter functions
Anne Macedo
1
-0
/
+24
2024-03-03
perf threads: Move threads to its own files
Ian Rogers
1
-248
/
+0
2024-03-03
perf machine: Move machine's threads into its own abstraction
Ian Rogers
1
-184
/
+222
2024-03-03
perf machine: Move fprintf to for_each loop and a callback
Ian Rogers
1
-16
/
+27
2024-03-03
perf report: Sort child tasks by tid
Ian Rogers
1
-0
/
+30
2024-02-12
perf maps: Locking tidy up of nr_maps
Ian Rogers
1
-1
/
+1
2024-02-12
perf maps: Get map before returning in maps__find_next_entry
Ian Rogers
1
-1
/
+3
2024-02-12
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
1
-2
/
+4
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
1
-14
/
+8
2023-12-20
perf maps: Add find next entry to give entry after the given map
Ian Rogers
1
-4
/
+3
2023-12-20
perf maps: Rename clone to copy from
Ian Rogers
1
-1
/
+1
2023-12-18
perf machine: Use function to add missing maps lock
Ian Rogers
1
-24
/
+29
2023-12-06
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
1
-2
/
+1
2023-11-09
perf machine thread: Remove exited threads by default
Ian Rogers
1
-3
/
+7
2023-10-25
perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
Ian Rogers
1
-4
/
+2
2023-10-25
perf threads: Remove unused dead thread list
Ian Rogers
1
-1
/
+0
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
1
-2
/
+2
2023-10-25
perf machine: Avoid out of bounds LBR memory read
Ian Rogers
1
-10
/
+12
2023-09-11
perf machine: Use true and false for bool variable
Jiapeng Chong
1
-3
/
+1
2023-08-10
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
1
-5
/
+0
2023-08-08
Revert "perf report: Append inlines to non-DWARF callchains"
Arnaldo Carvalho de Melo
1
-5
/
+0
2023-07-28
perf machine: Include data symbols in the kernel map
Namhyung Kim
1
-1
/
+3
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
1
-0
/
+3
2023-06-12
perf map/maps/thread: Changes to reference counting
Ian Rogers
1
-12
/
+17
2023-06-12
perf machine: Don't leak module maps
Ian Rogers
1
-3
/
+3
2023-06-12
perf machine: Fix leak of kernel dso
Ian Rogers
1
-1
/
+2
2023-06-12
perf machine: Make delete_threads part of machine__exit
Ian Rogers
1
-0
/
+1
2023-06-12
perf thread: Add reference count checking
Ian Rogers
1
-1
/
+1
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-15
/
+20
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
1
-1
/
+1
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-44
/
+47
2023-06-12
perf thread: Make threads rbtree non-invasive
Ian Rogers
1
-35
/
+66
2023-06-12
perf thread: Remove notion of dead threads
Ian Rogers
1
-31
/
+1
2023-04-19
perf map: Add reference count checking
Ian Rogers
1
-1
/
+1
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
1
-11
/
+12
2023-04-19
perf maps: Use maps__nr_maps() instead of open coded maps->nr_maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-04-06
perf map: Changes to reference counting
Ian Rogers
1
-31
/
+48
2023-04-06
perf map: Add accessors for ->pgoff and ->reloc
Ian Rogers
1
-2
/
+2
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
1
-8
/
+8
2023-04-06
perf map: Rename map_ip() and unmap_ip()
Ian Rogers
1
-2
/
+2
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
1
-7
/
+7
2023-04-04
perf map: Add accessor for dso
Ian Rogers
1
-28
/
+42
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
1
-1
/
+1
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
1
-24
/
+44
2023-04-04
perf report: Append inlines to non-DWARF callchains
Artem Savkov
1
-0
/
+5
2022-12-14
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
1
-0
/
+40
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
[prev]
[next]