| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-02 | perf map: Constify objdump offset/address conversion APIs | Ian Rogers | 1 | -4/+15 |
| 2025-07-25 | perf dso: Move build_id to dso_id | Ian Rogers | 1 | -7/+6 |
| 2025-07-25 | perf build-id: Change sprintf functions to snprintf | Ian Rogers | 1 | -1/+1 |
| 2024-09-10 | perf inject: Lazy build-id mmap2 event insertion | Ian Rogers | 1 | -0/+1 |
| 2024-08-19 | perf map: API clean up | Ian Rogers | 1 | -12/+12 |
| 2024-05-06 | perf map: Add missing dso__put() in map__new() | Ian Rogers | 1 | -0/+1 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -39/+38 |
| 2024-04-12 | perf dsos: Tidy reference counting and locking | Ian Rogers | 1 | -3/+1 |
| 2024-03-21 | perf map: Add map__objdump_2rip() | Namhyung Kim | 1 | -0/+17 |
| 2024-02-12 | perf maps: Switch from rbtree to lazily sorted array for addresses | Ian Rogers | 1 | -0/+1 |
| 2024-02-09 | perf tools: Remove misleading comments on map functions | Namhyung Kim | 1 | -8/+0 |
| 2023-12-06 | perf map: Simplify map_ip/unmap_ip and make 'struct map' smaller | Ian Rogers | 1 | -18/+2 |
| 2023-06-23 | perf symbol: Remove symbol_name_rb_node | Ian Rogers | 1 | -2/+9 |
| 2023-06-23 | perf dso: Sort symbols under lock | Ian Rogers | 1 | -2/+1 |
| 2023-06-12 | perf srcline: Optimize comparision against SRCLINE_UNKNOWN | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2023-06-12 | perf srcline: Change free_srcline to zfree_srcline | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -1/+1 |
| 2023-05-12 | perf script: Refine printing of dso offset (dsoff) | Adrian Hunter | 1 | -4/+19 |
| 2023-05-12 | perf map: Add helper map__fprintf_dsoname_dsoff | Changbin Du | 1 | -0/+13 |
| 2023-04-19 | perf map: Add reference count checking | Ian Rogers | 1 | -18/+25 |
| 2023-04-19 | perf map: Add set_ methods for map->{start,end,pgoff,pgoff,reloc,erange_warne... | Arnaldo Carvalho de Melo | 1 | -10/+10 |
| 2023-04-19 | perf map: Add missing conversions to map__refcnt() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2023-04-06 | perf map: Changes to reference counting | Ian Rogers | 1 | -1/+1 |
| 2023-04-06 | perf map: Add accessors for ->pgoff and ->reloc | Ian Rogers | 1 | -7/+7 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 1 | -6/+6 |
| 2023-04-06 | perf map: Rename map_ip() and unmap_ip() | Ian Rogers | 1 | -4/+4 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -4/+4 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -36/+60 |
| 2023-04-04 | perf maps: Add functions to access maps | Ian Rogers | 1 | -5/+9 |
| 2023-04-04 | perf maps: Remove rb_node from struct map | Ian Rogers | 1 | -16/+0 |
| 2022-10-04 | perf dso: Hold lock when accessing nsinfo | Ian Rogers | 1 | -0/+3 |
| 2022-03-12 | perf tools: Set build-id using build-id header on new mmap records | James Clark | 1 | -3/+17 |
| 2022-02-14 | perf map: Make map__contains_symbol() args const | Ian Rogers | 1 | -1/+1 |
| 2022-02-14 | perf maps: Move maps code to own C file | Ian Rogers | 1 | -409/+8 |
| 2022-02-14 | perf maps: Reduce scope of init and exit | Ian Rogers | 1 | -2/+2 |
| 2022-02-11 | perf namespaces: Add functions to access nsinfo | Ian Rogers | 1 | -2/+2 |
| 2022-02-11 | perf map: Add const to map_ip and unmap_ip | Ian Rogers | 1 | -0/+15 |
| 2021-07-30 | Revert "perf map: Fix dso->nsinfo refcounting" | Arnaldo Carvalho de Melo | 1 | -2/+0 |
| 2021-07-15 | perf map: Fix dso->nsinfo refcounting | Riccardo Mancini | 1 | -0/+2 |
| 2021-04-23 | perf map: Fix error return code in maps__clone() | Zhen Lei | 1 | -2/+5 |
| 2021-03-06 | perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi... | Arnaldo Carvalho de Melo | 1 | -4/+3 |
| 2020-12-28 | perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events | Jiri Olsa | 1 | -2/+6 |
| 2020-10-14 | perf tools: Pass build_id object to build_id__sprintf() | Jiri Olsa | 1 | -3/+1 |
| 2020-10-14 | perf tools: Use build_id object in dso | Jiri Olsa | 1 | -2/+2 |
| 2020-10-13 | perf inject: Do not load map/dso when injecting build-id | Namhyung Kim | 1 | -16/+1 |
| 2020-09-03 | perf tools: Add bpf image check to __map__is_kmodule | Jiri Olsa | 1 | -0/+16 |
| 2020-08-13 | perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type' | Jiri Olsa | 1 | -2/+2 |
| 2020-07-10 | perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL | Adrian Hunter | 1 | -0/+5 |
| 2020-03-11 | perf map: Use strstarts() to look for Android libraries | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2020-03-11 | perf map: Fix off by one in strncpy() size argument | disconnect3d | 1 | -1/+1 |
| 2020-03-04 | perf diff: Fix undefined string comparison spotted by clang's -Wstring-compare | Nick Desaulniers | 1 | -1/+1 |
| 2020-02-11 | perf maps: Move kmap::kmaps setup to maps__insert() | Jiri Olsa | 1 | -0/+10 |
| 2020-02-11 | perf maps: Fix map__clone() for struct kmap | Jiri Olsa | 1 | -1/+6 |
| 2020-01-31 | perf maps: Add missing unlock to maps__insert() error case | Cengiz Can | 1 | -0/+1 |
| 2019-11-26 | perf maps: Rename 'mg' variables to 'maps' | Arnaldo Carvalho de Melo | 1 | -46/+43 |
| 2019-11-26 | perf thread: Rename thread->mg to thread->maps | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -68/+37 |
| 2019-11-26 | perf map: Remove unused functions | Arnaldo Carvalho de Melo | 1 | -22/+8 |
| 2019-11-26 | perf script: Move map__fprintf_srccode() to near its only user | Arnaldo Carvalho de Melo | 1 | -45/+0 |
| 2019-11-19 | perf dso: Move dso_id from 'struct map' to 'struct dso' | Arnaldo Carvalho de Melo | 1 | -7/+1 |
| 2019-11-19 | perf map: Pass a dso_id to map__new() | Arnaldo Carvalho de Melo | 1 | -6/+7 |
| 2019-11-19 | perf map: Move maj/min/ino/ino_generation to separate struct | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2019-11-18 | perf map_groups: Auto sort maps by name, if needed | Arnaldo Carvalho de Melo | 1 | -3/+46 |
| 2019-11-18 | perf map_groups: Add a front end cache for map lookups by name | Arnaldo Carvalho de Melo | 1 | -0/+9 |
| 2019-11-18 | perf maps: Do not use an rbtree to sort by map name | Arnaldo Carvalho de Melo | 1 | -30/+0 |
| 2019-11-13 | perf maps: Purge the entries from maps->names in __maps__purge() | Arnaldo Carvalho de Melo | 1 | -33/+1 |
| 2019-11-12 | perf map: Remove ->groups from 'struct map' | Arnaldo Carvalho de Melo | 1 | -4/+0 |
| 2019-11-12 | perf map: Combine maps__fixup_overlappings with its only use | Arnaldo Carvalho de Melo | 1 | -9/+4 |
| 2019-11-12 | pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -6/+6 |
| 2019-11-12 | perf map_groups: Pass the object to map_groups__find_ams() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2019-11-12 | perf map: Use map->dso->kernel + map__kmaps() in map__kmaps() | Arnaldo Carvalho de Melo | 1 | -10/+3 |
| 2019-11-06 | perf maps: Add for_each_entry()/_safe() iterators | Arnaldo Carvalho de Melo | 1 | -22/+34 |
| 2019-11-06 | perf map: Allow map__next() to receive a NULL arg | Arnaldo Carvalho de Melo | 1 | -1/+6 |
| 2019-11-06 | perf map: Check if the map still has some refcounts on exit | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-30 | perf map: Fix overlapped map handling | Steve MacLean | 1 | -0/+3 |
| 2019-08-31 | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 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-16 | perf unwind: Fix libunwind when tid != pid | John Keeping | 1 | -1/+2 |
| 2019-08-16 | perf map: Use zalloc for map_groups | John Keeping | 1 | -1/+1 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-09 | perf map: Fix potential NULL pointer dereference found by smatch tool | Leo Yan | 1 | -2/+5 |
| 2019-05-28 | perf script: Pad DSO name for --call-trace | Jiri Olsa | 1 | -0/+6 |
| 2019-04-17 | perf tools: Fix map reference counting | Jiri Olsa | 1 | -3/+1 |
| 2019-04-17 | perf tools: Check maps for bpf programs | Song Liu | 1 | -0/+16 |
| 2019-03-19 | perf maps: Purge all maps from the 'names' tree | Changbin Du | 1 | -0/+15 |
| 2019-03-19 | perf map: Remove map from 'names' tree in __maps__remove() | Changbin Du | 1 | -0/+3 |
| 2019-02-06 | perf map: Move structs and prototypes for map groups to a separate header | Arnaldo Carvalho de Melo | 1 | -0/+6 |
| 2019-01-25 | perf symbols: Use cached rbtrees | Davidlohr Bueso | 1 | -4/+4 |
| 2018-12-17 | perf tools: Support 'srccode' output | Andi Kleen | 1 | -0/+49 |
| 2018-12-17 | perf map: Remove extra indirection from map__find() | Eric Saint-Etienne | 1 | -7/+6 |
| 2018-11-21 | perf symbols: Fix slowness due to -ffunction-section | Eric Saint-Etienne | 1 | -0/+27 |
| 2018-09-25 | Merge tag 'v4.19-rc5' into perf/core, to pick up fixes | Ingo Molnar | 1 | -0/+11 |
| 2018-09-11 | perf tools: Fix maps__find_symbol_by_name() | Adrian Hunter | 1 | -0/+11 |
| 2018-09-04 | perf map: Turn some pr_warning() to pr_debug() | Arnaldo Carvalho de Melo | 1 | -9/+6 |
| 2018-08-08 | perf map: Optimize maps__fixup_overlappings() | Konstantin Khlebnikov | 1 | -18/+26 |
| 2018-06-06 | perf map: Consider PTI entry trampolines in rip_2objdump() | Adrian Hunter | 1 | -0/+14 |
| 2018-06-04 | perf srcline: Introduce map__srcline() to make code more compact | Arnaldo Carvalho de Melo | 1 | -4/+8 |
| 2018-05-22 | perf machine: Allow for extra kernel maps | Adrian Hunter | 1 | -4/+18 |
| 2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo | 1 | -63/+28 |
| 2018-04-26 | perf map: Use map->prot in place of type==MAP__FUNCTION | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-04-26 | perf symbols: Remove map_type arg from dso__find_symbol() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-04-26 | perf map: Shorten map_groups__find() signature | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2018-04-26 | perf map: Introduce map__has_symbols() | Arnaldo Carvalho de Melo | 1 | -0/+5 |
| 2018-01-08 | perf report: Fix a wrong offset issue when using /proc/kcore | Jin Yao | 1 | -1/+1 |
| 2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-21 | perf tools: Provide mutex wrappers for pthreads rwlocks | Arnaldo Carvalho de Melo | 1 | -17/+17 |
| 2017-07-18 | perf maps: Lookup maps in both intitial mountns and inner mountns. | Krister Johansen | 1 | -4/+19 |
| 2017-07-18 | perf symbols: Find symbols in different mount namespace | Krister Johansen | 1 | -0/+2 |
| 2017-05-02 | perf symbols: Allow user probes on versioned symbols | Paul Clarke | 1 | -5/+0 |
| 2017-04-19 | perf str{filter,list}: Disentangle headers | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2017-04-19 | perf tools: Move srcline definitions to separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-27 | perf report: Enable sorting by srcline as key | Milian Wolff | 1 | -1/+2 |
| 2017-03-03 | perf map: Convert map_groups.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -2/+2 |
| 2017-03-03 | perf map: Convert map.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -3/+3 |
| 2017-02-13 | perf symbols: dso->name is an array, no need to check it against NULL | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2016-10-24 | perf hists browser: Dynamically change verbosity level | Alexis Berlemont | 1 | -5/+12 |
| 2016-09-13 | perf tools: Do hugetlb handling in more systems | Arnaldo Carvalho de Melo | 1 | -7/+2 |
| 2016-09-08 | perf tools: Recognize hugetlb mapping as anon mapping | Wang Nan | 1 | -3/+10 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -22/+15 |
| 2016-07-18 | perf probe: Warn unmatched function filter correctly | Masami Hiramatsu | 1 | -0/+3 |
| 2016-07-04 | perf unwind: Call unwind__prepare_access for forked thread | Jiri Olsa | 1 | -1/+8 |
| 2016-05-11 | perf tools: Use SBUILD_ID_SIZE where applicable | Masami Hiramatsu | 1 | -1/+1 |
| 2016-04-08 | perf symbols: Record text offset in dso to calculate objdump address | Wang Nan | 1 | -0/+14 |
| 2015-12-09 | perf tools: Fix maps__fixup_overlappings to put used maps | Masami Hiramatsu | 1 | -0/+2 |
| 2015-12-09 | perf tools: Fix map_groups__clone to put cloned map | Masami Hiramatsu | 1 | -0/+1 |
| 2015-11-26 | perf tools: Correctly identify anon_hugepage when generating map (v2) | Yannick Brosseau | 1 | -2/+2 |
| 2015-11-05 | perf tools: Insert split maps correctly into origin group | Jiri Olsa | 1 | -2/+8 |
| 2015-09-30 | perf machine: Add method for common kernel_map(FUNCTION) operation | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-09-30 | perf machine: Use machine__kernel_map() thoroughly | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-09-30 | perf maps: Introduce maps__find_symbol_by_name() | Arnaldo Carvalho de Melo | 1 | -6/+13 |
| 2015-08-21 | perf tools: Initialize reference counts in map__clone() | Arnaldo Carvalho de Melo | 1 | -2/+11 |
| 2015-07-23 | perf symbols: Introduce map__is_(kernel,kmodule)() | Arnaldo Carvalho de Melo | 1 | -0/+14 |
| 2015-06-16 | perf tools: Replace map->referenced & maps->removed_maps with map->refcnt | Arnaldo Carvalho de Melo | 1 | -56/+2 |
| 2015-06-08 | perf tools: Reference count struct dso | Arnaldo Carvalho de Melo | 1 | -2/+9 |
| 2015-05-29 | perf machine: Fix up vdso methods names | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-29 | perf machine: Introduce machine__findnew_dso() method | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-29 | perf machine: No need to have two DSOs lists | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-27 | perf tools: Reference count struct map | Arnaldo Carvalho de Melo | 1 | -6/+15 |
| 2015-05-27 | perf tools: Check if a map is still in use when deleting it | Arnaldo Carvalho de Melo | 1 | -4/+5 |
| 2015-05-27 | perf tools: Protect accesses the map rbtrees with a rw lock | Arnaldo Carvalho de Melo | 1 | -30/+92 |
| 2015-05-27 | perf tools: Introduce struct maps | Arnaldo Carvalho de Melo | 1 | -27/+37 |
| 2015-05-27 | perf tools: Use maps__first()/map__next() | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2015-05-27 | perf tools: Nuke unused map_groups__flush() | Arnaldo Carvalho de Melo | 1 | -22/+0 |
| 2015-05-27 | perf tools: Rename maps__next | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-15 | perf tools: Use atomic.h for the map_groups refcount | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2015-05-04 | perf probe ppc: Enable matching against dot symbols automatically | Naveen N. Rao | 1 | -0/+5 |
| 2015-04-08 | perf kmaps: Check kmaps to make code more robust | Wang Nan | 1 | -0/+20 |
| 2014-11-24 | perf callchain: Make get_srcline fall back to sym+offset | Andi Kleen | 1 | -1/+1 |
| 2014-10-29 | perf tools: Set thread->mg.machine in all places | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2014-10-14 | perf tools: Fixup off-by-one comparision in maps__find | Namhyung Kim | 1 | -1/+1 |
| 2014-10-14 | perf tools: fix off-by-one error in maps | Stephane Eranian | 1 | -3/+3 |
| 2014-08-20 | perf symbols: Don't try to find DSOs in SYSV maps | Don Zickus | 1 | -0/+1 |
| 2014-07-23 | perf tools: Add thread parameter to vdso__dso_findnew() | Adrian Hunter | 1 | -2/+2 |
| 2014-07-23 | perf tools: Pass machine to vdso__dso_findnew() | Adrian Hunter | 1 | -3/+4 |
| 2014-07-17 | perf tools: Remove verbose from functions prototypes | Jiri Olsa | 1 | -12/+12 |
| 2014-07-17 | perf machine: Fix map groups of threads with unknown pids | Adrian Hunter | 1 | -0/+14 |
| 2014-06-09 | perf tools: Update mmap2 interface with protection and flag bits | Don Zickus | 1 | -1/+3 |
| 2014-05-21 | perf tools: Add automatic remapping of Android libraries | Michael Lentine | 1 | -1/+94 |
| 2014-04-28 | perf tools: Reference count map_groups objects | Arnaldo Carvalho de Melo | 1 | -0/+7 |
| 2014-04-28 | perf tools: Allocate thread map_groups's dynamically | Arnaldo Carvalho de Melo | 1 | -0/+16 |
| 2014-01-31 | perf symbols: Fix symbol annotation for relocated kernel | Adrian Hunter | 1 | -2/+3 |
| 2014-01-23 | perf symbols: Load map before using map->map_ip() | Masami Hiramatsu | 1 | -1/+2 |
| 2014-01-21 | perf symbols: Fix JIT symbol resolution on heap | Namhyung Kim | 1 | -2/+2 |
| 2013-12-09 | perf script: Add an option to print the source line number | Adrian Hunter | 1 | -0/+17 |
| 2013-10-14 | perf annotate: Another fix for annotate_browser__callq() | Adrian Hunter | 1 | -1/+30 |
| 2013-10-14 | perf symbols: Add map_groups__find_ams() | Arnaldo Carvalho de Melo | 1 | -0/+17 |
| 2013-10-09 | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT | Ingo Molnar | 1 | -1/+1 |
| 2013-09-11 | perf tools: Add attr->mmap2 support | Stephane Eranian | 1 | -1/+7 |
| 2013-08-07 | perf symbols: Add support for reading from /proc/kcore | Adrian Hunter | 1 | -0/+18 |
| 2013-08-07 | perf tools: Make it possible to read object code from kernel modules | Adrian Hunter | 1 | -5/+9 |
| 2013-08-07 | perf tools: Make it possible to read object code from vmlinux | Adrian Hunter | 1 | -35/+0 |
| 2013-05-28 | perf tools: Handle JITed code in shared memory | Andi Kleen | 1 | -0/+1 |
| 2013-01-25 | perf tools: Use memdup in map__clone | Arnaldo Carvalho de Melo | 1 | -6/+2 |
| 2013-01-25 | perf tools: Stop using 'self' in map.[ch] | Arnaldo Carvalho de Melo | 1 | -60/+58 |
| 2013-01-24 | perf tools: Add anonymous huge page recognition | Joshua Zhu | 1 | -1/+2 |
| 2012-11-09 | perf machine: Move more methods to machine.[ch] | Arnaldo Carvalho de Melo | 1 | -179/+0 |
| 2012-11-08 | perf tools: Fix detection of stack area | Namhyung Kim | 1 | -1/+1 |
| 2012-10-29 | perf tools: Move build_id__sprintf into build-id object | Jiri Olsa | 1 | -0/+1 |
| 2012-09-28 | perf tools: Convert to LIBELF_SUPPORT | Namhyung Kim | 1 | -1/+1 |
| 2012-09-20 | perf tools: Fix a compiling error in util/map.c | Feng Tang | 1 | -3/+2 |
| 2012-09-11 | perf tools: Back [vdso] DSO with real data | Jiri Olsa | 1 | -3/+9 |
| 2012-08-13 | perf symbols: Remove unused function map__objdump_2ip | Cody P Schafer | 1 | -8/+0 |
| 2012-08-09 | perf symbols: Support minimal build without libelf | Namhyung Kim | 1 | -1/+2 |
| 2012-08-09 | perf symbols: Split out util/symbol-elf.c | Namhyung Kim | 1 | -0/+19 |
| 2012-07-25 | perf kvm: Limit repetitive guestmount message to once per directory | David Ahern | 1 | -1/+10 |
| 2012-07-25 | perf kvm: Fix bug resolving guest kernel syms | David Ahern | 1 | -0/+13 |
| 2012-07-25 | perf kvm: Set name for VM process in guest machine | David Ahern | 1 | -1/+16 |
| 2012-07-02 | perf kvm: Fix segfault with report and mixed guestmount use | David Ahern | 1 | -14/+15 |
| 2012-04-05 | perf annotate: Validate addr in symbol__inc_addr_samples | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2012-01-30 | perf script: Add option resolving vmlinux path | Akihiro Nagai | 1 | -3/+6 |
| 2012-01-30 | perf script: Unify the expressions indicating "unknown" | Akihiro Nagai | 1 | -0/+12 |
| 2011-11-28 | perf session: Move threads to struct machine | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2011-10-19 | perf tools: Add prelink suggestion to dso update message | David Ahern | 1 | -2/+2 |
| 2011-09-29 | perf symbols: Treat all memory maps without dso file as loaded | Jiri Olsa | 1 | -6/+18 |
| 2011-09-29 | perf symbols: Stop using 'self' in map_groups__ methods | Arnaldo Carvalho de Melo | 1 | -37/+37 |
| 2011-01-22 | perf tools: Fix 64 bit integer format strings | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2010-08-02 | perf tools: Don't keep unreferenced maps when unmaps are detected | Arnaldo Carvalho de Melo | 1 | -10/+21 |
| 2010-08-02 | perf session: Free the ref_reloc_sym memory at the right place | Arnaldo Carvalho de Melo | 1 | -7/+11 |