开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
machine.c
Age
Commit message (
Expand
)
Author
2024-10-17
perf dso: Fix symtab_type for kmod compression
Veronika Molnarova
2024-09-10
perf callchain: Allow symbols to be optional when resolving a callchain
Ian Rogers
2024-08-28
perf tools: Print lost samples due to BPF filter
Namhyung Kim
2024-08-19
perf dso: Constify dso_id
Ian Rogers
2024-08-14
perf annotate: Save branch counters for each block
Kan Liang
2024-08-08
perf callchain: Fix stitch LBR memory leaks
Ian Rogers
2024-05-07
perf mem-info: Add reference count checking
Ian Rogers
2024-05-07
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
2024-05-06
perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()
Ian Rogers
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-04-12
perf dsos: Switch more loops to dsos__for_each_dso()
Ian Rogers
2024-04-12
perf dsos: Introduce dsos__for_each_dso()
Ian Rogers
2024-04-12
perf dsos: Tidy reference counting and locking
Ian Rogers
2024-04-12
perf dsos: Attempt to better abstract DSOs internals
Ian Rogers
2024-04-12
perf map: Remove kernel map before updating start and end addresses
James Clark
2024-03-21
perf lock contention: Trim backtrace by skipping traceiter functions
Anne Macedo
2024-03-03
perf threads: Move threads to its own files
Ian Rogers
2024-03-03
perf machine: Move machine's threads into its own abstraction
Ian Rogers
2024-03-03
perf machine: Move fprintf to for_each loop and a callback
Ian Rogers
2024-03-03
perf report: Sort child tasks by tid
Ian Rogers
2024-02-12
perf maps: Locking tidy up of nr_maps
Ian Rogers
2024-02-12
perf maps: Get map before returning in maps__find_next_entry
Ian Rogers
2024-02-12
perf maps: Get map before returning in maps__find_by_name
Ian Rogers
2024-02-12
perf maps: Get map before returning in maps__find
Ian Rogers
2023-12-20
perf maps: Add find next entry to give entry after the given map
Ian Rogers
2023-12-20
perf maps: Rename clone to copy from
Ian Rogers
2023-12-18
perf machine: Use function to add missing maps lock
Ian Rogers
2023-12-06
perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller
Ian Rogers
2023-11-09
perf machine thread: Remove exited threads by default
Ian Rogers
2023-10-25
perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit
Ian Rogers
2023-10-25
perf threads: Remove unused dead thread list
Ian Rogers
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
2023-10-25
perf machine: Avoid out of bounds LBR memory read
Ian Rogers
2023-09-11
perf machine: Use true and false for bool variable
Jiapeng Chong
2023-08-10
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
Arnaldo Carvalho de Melo
2023-08-08
Revert "perf report: Append inlines to non-DWARF callchains"
Arnaldo Carvalho de Melo
2023-07-28
perf machine: Include data symbols in the kernel map
Namhyung Kim
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
perf map/maps/thread: Changes to reference counting
Ian Rogers
2023-06-12
perf machine: Don't leak module maps
Ian Rogers
2023-06-12
perf machine: Fix leak of kernel dso
Ian Rogers
2023-06-12
perf machine: Make delete_threads part of machine__exit
Ian Rogers
2023-06-12
perf thread: Add reference count checking
Ian Rogers
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
perf maps: Make delete static, always use put
Ian Rogers
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
perf thread: Make threads rbtree non-invasive
Ian Rogers
2023-06-12
perf thread: Remove notion of dead threads
Ian Rogers
2023-04-19
perf map: Add reference count checking
Ian Rogers
2023-04-19
perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne...
Arnaldo Carvalho de Melo
[next]