| Age | Commit message (Expand) | Author | Files | Lines |
| 9 days | perf tools: Minimal DEFERRED_CALLCHAIN support | Namhyung Kim | 1 | -0/+1 |
| 2025-07-25 | perf machine: Explicitly pass in host perf_env | Ian Rogers | 1 | -8/+8 |
| 2025-07-25 | perf dso: Move build_id to dso_id | Ian Rogers | 1 | -14/+14 |
| 2025-05-31 | perf callchain: Always populate the addr_location map when adding IP | Ian Rogers | 1 | -2/+4 |
| 2025-05-28 | perf machine: Factor creating a "live" machine out of dwarf-unwind | Ian Rogers | 1 | -9/+44 |
| 2025-03-06 | perf report: Do not process non-JIT BPF ksymbol events | Namhyung Kim | 1 | -0/+4 |
| 2025-03-05 | perf machine: Fix insertion of PERF_RECORD_KSYMBOL related kernel maps | Namhyung Kim | 1 | -1/+1 |
| 2025-03-05 | perf machine: Fixup kernel maps ends after adding extra maps | Namhyung Kim | 1 | -2/+2 |
| 2025-02-24 | perf machine: Reuse module path buffer | Ian Rogers | 1 | -11/+23 |
| 2025-02-24 | perf maps: Switch modules tree walk to io_dir__readdir | Ian Rogers | 1 | -17/+8 |
| 2025-02-19 | perf tools: Improve startup time by reducing unnecessary stat() calls | Krzysztof Ćopatowski | 1 | -6/+12 |
| 2025-02-17 | perf report: Add machine parallelism | Dmitry Vyukov | 1 | -0/+7 |
| 2025-02-12 | perf sample: Make user_regs and intr_regs optional | Ian Rogers | 1 | -2/+2 |
| 2025-02-10 | perf tools: Deadcode removal | Dr. David Alan Gilbert | 1 | -20/+0 |
| 2025-01-10 | perf tools: Fixup end address of modules | Namhyung Kim | 1 | -0/+2 |
| 2025-01-08 | perf machine: Don't ignore _etext when not a text symbol | Christophe Leroy | 1 | -1/+1 |
| 2024-12-03 | perf machine: Initialize machine->env to address a segfault | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2024-10-17 | perf dso: Fix symtab_type for kmod compression | Veronika Molnarova | 1 | -1/+1 |
| 2024-09-10 | perf callchain: Allow symbols to be optional when resolving a callchain | Ian Rogers | 1 | -39/+53 |
| 2024-08-28 | perf tools: Print lost samples due to BPF filter | Namhyung Kim | 1 | -2/+3 |
| 2024-08-19 | perf dso: Constify dso_id | Ian Rogers | 1 | -1/+2 |
| 2024-08-14 | perf annotate: Save branch counters for each block | Kan Liang | 1 | -0/+3 |
| 2024-08-08 | perf callchain: Fix stitch LBR memory leaks | Ian Rogers | 1 | -2/+15 |
| 2024-05-07 | perf mem-info: Add reference count checking | Ian Rogers | 1 | -3/+3 |
| 2024-05-07 | perf mem-info: Move mem-info out of mem-events and symbol | Ian Rogers | 1 | -0/+1 |
| 2024-05-06 | perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register() | Ian Rogers | 1 | -3/+3 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -23/+23 |
| 2024-04-12 | perf dsos: Switch more loops to dsos__for_each_dso() | Ian Rogers | 1 | -4/+4 |
| 2024-04-12 | perf dsos: Introduce dsos__for_each_dso() | Ian Rogers | 1 | -15/+25 |
| 2024-04-12 | perf dsos: Tidy reference counting and locking | Ian Rogers | 1 | -60/+2 |
| 2024-04-12 | perf dsos: Attempt to better abstract DSOs internals | Ian Rogers | 1 | -32/+8 |
| 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 | -185/+223 |
| 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 |
| 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-21 | perf arm64: Inject missing frames when using 'perf record --call-graph=fp' | Alexandre Truong | 1 | -5/+14 |
| 2021-12-21 | 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-09 | 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 |
| 2020-02-11 | perf maps: Mark module DSOs with kernel type | Jiri Olsa | 1 | -0/+1 |
| 2019-11-29 | perf machine: Fill map_symbol->maps in append_inlines() to fix segfault | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-11-26 | perf maps: Rename 'mg' variables to 'maps' | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2019-11-26 | perf map_symbol: Rename ms->mg to ms->maps | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-26 | perf addr_location: Rename al->mg to al->maps | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-26 | perf thread: Rename thread->mg to thread->maps | Arnaldo Carvalho de Melo | 1 | -8/+8 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -36/+30 |
| 2019-11-19 | perf dso: Move dso_id from 'struct map' to 'struct dso' | Arnaldo Carvalho de Melo | 1 | -1/+6 |
| 2019-11-19 | perf map: Pass a dso_id to map__new() | Arnaldo Carvalho de Melo | 1 | -7/+8 |
| 2019-11-18 | perf callchain: Fix segfault in thread__resolve_callchain_sample() | Adrian Hunter | 1 | -1/+1 |
| 2019-11-18 | perf machine: No need to check if kernel module maps pre-exist | Arnaldo Carvalho de Melo | 1 | -10/+6 |
| 2019-11-18 | perf map: No need to adjust the long name of modules | Arnaldo Carvalho de Melo | 1 | -26/+1 |
| 2019-11-12 | perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2019-11-12 | pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2019-11-12 | perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' | Arnaldo Carvalho de Melo | 1 | -9/+15 |
| 2019-11-12 | perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' | Arnaldo Carvalho de Melo | 1 | -8/+9 |
| 2019-11-07 | perf machine: Add kernel_dso() method | Arnaldo Carvalho de Melo | 1 | -3/+7 |
| 2019-11-06 | perf maps: Add for_each_entry()/_safe() iterators | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-25 | libperf: Move 'page_size' global variable to libperf | Jiri Olsa | 1 | -0/+1 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate .c file | Arnaldo Carvalho de Melo | 1 | -25/+0 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 1 | -0/+10 |
| 2019-08-31 | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2019-08-31 | perf auxtrace: Uninline functions that touch perf_session | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf machine: Replace MAX_NR_CPUS with perf_env::nr_cpus_online | Kyle Meyer | 1 | -4/+7 |
| 2019-08-26 | perf tool: Rename perf_tool::bpf_event to bpf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-26 | perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol | Arnaldo Carvalho de Melo | 1 | -8/+8 |
| 2019-08-26 | libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/eve... | Jiri Olsa | 1 | -1/+1 |
| 2019-08-26 | libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h | Jiri Olsa | 1 | -1/+1 |
| 2019-08-26 | perf srcline: Add missing srcline.h header to files needing its defs | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-08-26 | perf record: Move record_opts and other record decls out of perf.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-12 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-08-08 | perf record: Fix module size on s390 | Thomas Richter | 1 | -1/+2 |
| 2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -2/+2 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -3/+3 |
| 2019-07-29 | perf tools: Rename struct thread_map to struct perf_thread_map | Jiri Olsa | 1 | -1/+1 |
| 2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-08 | Merge remote-tracking branch 'tip/perf/core' into perf/urgent | Arnaldo Carvalho de Melo | 1 | -5/+6 |
| 2019-07-06 | perf thread: Allow references to thread objects after machine__exit() | Arnaldo Carvalho de Melo | 1 | -2/+23 |
| 2019-06-25 | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-25 | perf tools: Add missing util.h to pick up 'page_size' variable | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-05-28 | perf machine: Return NULL instead of null-terminating /proc/version array | Donald Yandt | 1 | -2/+2 |
| 2019-05-28 | perf machine: Keep zero in pgoff BPF map | Jiri Olsa | 1 | -2/+2 |
| 2019-05-28 | perf machine: Read also the end of the kernel | Jiri Olsa | 1 | -9/+18 |
| 2019-05-15 | perf machine: Null-terminate version char array upon fgets(/proc/version) error | Donald Yandt | 1 | -1/+2 |
| 2019-03-28 | perf machine: Update kernel map address and re-order properly | Wei Li | 1 | -12/+20 |
| 2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf machine: Use cached rbtrees | Davidlohr Bueso | 1 | -22/+31 |
| 2019-01-21 | perf tools: Handle PERF_RECORD_BPF_EVENT | Song Liu | 1 | -0/+3 |
| 2019-01-21 | perf tools: Handle PERF_RECORD_KSYMBOL | Song Liu | 1 | -0/+55 |
| 2019-01-04 | perf report: Fix wrong iteration count in --branch-history | Jin Yao | 1 | -1/+1 |
| 2018-12-17 | perf tools: Allow specifying proc-map-timeout in config file | Mark Drayton | 1 | -3/+1 |
| 2018-12-17 | perf tools: Fix diverse comment typos | Ingo Molnar | 1 | -1/+1 |
| 2018-12-17 | perf thread: Add fallback functions for cases where cpumode is insufficient | Adrian Hunter | 1 | -0/+27 |
| 2018-10-31 | perf tools: Don't clone maps from parent when synthesizing forks | David Miller | 1 | -1/+18 |
| 2018-10-31 | perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} | David S. Miller | 1 | -1/+34 |
| 2018-10-05 | perf record: Use unmapped IP for inline callchain cursors | Milian Wolff | 1 | -1/+2 |
| 2018-09-27 | perf report: Don't try to map ip to invalid map | Milian Wolff | 1 | -2/+3 |
| 2018-08-20 | perf tools: Store compression id into struct dso | Jiri Olsa | 1 | -1/+3 |
| 2018-07-24 | perf machine: Use last_match threads cache only in single thread mode | Jiri Olsa | 1 | -3/+22 |
| 2018-07-24 | perf machine: Add threads__set_last_match function | Jiri Olsa | 1 | -3/+9 |
| 2018-07-24 | perf machine: Add threads__get_last_match function | Jiri Olsa | 1 | -13/+26 |
| 2018-07-24 | perf script: Show correct offsets for DWARF-based unwinding | Sandipan Das | 1 | -1/+8 |
| 2018-05-23 | perf machine: Synthesize and process mmap events for x86 PTI entry trampolines | Adrian Hunter | 1 | -0/+28 |
| 2018-05-23 | perf machine: Create maps for x86 PTI entry trampolines | Adrian Hunter | 1 | -19/+47 |
| 2018-05-22 | perf machine: Allow for extra kernel maps | Adrian Hunter | 1 | -2/+6 |
| 2018-05-22 | perf machine: Workaround missing maps for x86 PTI entry trampolines | Adrian Hunter | 1 | -0/+96 |
| 2018-05-22 | perf machine: Add nr_cpus_avail() | Adrian Hunter | 1 | -0/+5 |
| 2018-05-19 | perf tools: Fix kernel_start for PTI on x86 | Adrian Hunter | 1 | -1/+6 |
| 2018-05-19 | perf machine: Add machine__is() to identify machine arch | Adrian Hunter | 1 | -0/+9 |