| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-25 | perf machine: Explicitly pass in host perf_env | Ian Rogers | 1 | -1/+4 |
| 2025-07-25 | perf build-id: Ensure struct build_id is empty before use | Ian Rogers | 1 | -1/+2 |
| 2025-07-25 | perf build-id: Change sprintf functions to snprintf | Ian Rogers | 1 | -2/+2 |
| 2025-01-14 | perf probe: Rename err label | James Clark | 1 | -9/+9 |
| 2024-12-13 | Merge remote-tracking branch 'torvalds/master' into perf-tools-next | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2024-12-11 | perf probe: Fix uninitialized variable | James Clark | 1 | -1/+1 |
| 2024-12-10 | perf probe: Replace unacceptable characters when generating event name | Masami Hiramatsu (Google) | 1 | -7/+25 |
| 2024-11-16 | perf: Remove unused del_perf_probe_events() | Dr. David Alan Gilbert | 1 | -35/+0 |
| 2024-11-16 | perf header: Avoid transitive PMU includes | Ian Rogers | 1 | -0/+1 |
| 2024-11-14 | perf probe: Introduce quotation marks support | Masami Hiramatsu (Google) | 1 | -34/+41 |
| 2024-11-14 | perf probe: Accept FUNC@* to specify function name explicitly | Masami Hiramatsu (Google) | 1 | -5/+17 |
| 2024-11-14 | perf probe: Fix to ignore escaped characters in --lines option | Masami Hiramatsu (Google) | 1 | -3/+3 |
| 2024-11-14 | perf probe: Fix error message for failing to find line range | Masami Hiramatsu (Google) | 1 | -1/+15 |
| 2024-10-18 | perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORT | Ian Rogers | 1 | -2/+2 |
| 2024-10-17 | perf probe: Improve log for long event name failure | Leo Yan | 1 | -2/+8 |
| 2024-10-17 | perf probe: Check group string length | Leo Yan | 1 | -0/+6 |
| 2024-10-17 | perf probe: Use the MAX_EVENT_NAME_LEN macro | Leo Yan | 1 | -1/+4 |
| 2024-10-09 | perf probe: Remove unused add_perf_probe_events | Dr. David Alan Gilbert | 1 | -18/+0 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -13/+12 |
| 2024-04-18 | perf probe-event: Better error message for a too-long probe name | Dima Kogan | 1 | -1/+1 |
| 2024-04-18 | perf probe-event: Un-hardcode sizeof(buf) | Dima Kogan | 1 | -2/+2 |
| 2024-03-21 | perf probe: Add missing libgen.h header needed for using basename() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2024-02-29 | perf map: Fix map reference count issues | Ian Rogers | 1 | -3/+1 |
| 2024-02-12 | perf maps: Get map before returning in maps__find_by_name | Ian Rogers | 1 | -0/+1 |
| 2023-12-18 | perf probe-event: Use function to add missing maps lock | Ian Rogers | 1 | -14/+26 |
| 2023-08-07 | perf probe: Make synthesize_perf_probe_point() private to probe-event.c | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2023-08-07 | perf probe: Free string returned by synthesize_perf_probe_point() on failure ... | Arnaldo Carvalho de Melo | 1 | -2/+6 |
| 2023-08-07 | perf probe: Free string returned by synthesize_perf_probe_point() on failure ... | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2023-08-03 | perf probe: Show correct error message about @symbol usage for uprobe | Masami Hiramatsu | 1 | -4/+9 |
| 2023-06-23 | perf symbol: Remove now unused symbol_conf.sort_by_name | Ian Rogers | 1 | -1/+0 |
| 2023-06-23 | perf symbol: Remove symbol_name_rb_node | Ian Rogers | 1 | -6/+6 |
| 2023-06-23 | perf dso: Sort symbols under lock | Ian Rogers | 1 | -2/+1 |
| 2023-04-06 | perf map: Add accessors for ->pgoff and ->reloc | Ian Rogers | 1 | -4/+4 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 1 | -4/+4 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -2/+2 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -13/+17 |
| 2023-04-04 | perf maps: Remove rb_node from struct map | Ian Rogers | 1 | -7/+11 |
| 2023-02-06 | perf probe: Update the exit error codes in function try_to_find_probe_trace_e... | Athira Rajeev | 1 | -2/+2 |
| 2022-10-04 | perf dso: Hold lock when accessing nsinfo | Ian Rogers | 1 | -0/+3 |
| 2022-08-10 | perf probe: Fix an error handling path in 'parse_perf_probe_command()' | Christophe JAILLET | 1 | -2/+4 |
| 2022-07-20 | perf probe: Fix duplicated 'the' in comment | Jason Wang | 1 | -1/+1 |
| 2022-02-14 | perf maps: Use a pointer for kmaps | Ian Rogers | 1 | -1/+1 |
| 2022-01-18 | perf probe: Fix ppc64 'perf probe add events failed' case | Zechuan Chen | 1 | -0/+3 |
| 2021-07-18 | perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernel | Yang Jihong | 1 | -26/+23 |
| 2021-07-15 | perf probe: Fix dso->nsinfo refcounting | Riccardo Mancini | 1 | -1/+3 |
| 2021-06-18 | perf probe: Add --bootconfig to output definition in bootconfig format | Masami Hiramatsu | 1 | -0/+72 |
| 2021-06-18 | perf probe: Cleanup synthesize_probe_trace_command() | Masami Hiramatsu | 1 | -37/+49 |
| 2021-06-18 | perf probe: Support probes on init functions for offline kernel | Masami Hiramatsu | 1 | -2/+7 |
| 2021-06-04 | perf probe: Report possible permission error for map__load() failure | Masami Hiramatsu | 1 | -3/+22 |
| 2021-05-27 | perf probe: Provide more detail with relocation warning | Ravi Bangoria | 1 | -3/+8 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -2/+2 |
| 2021-02-16 | Merge branch 'perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 1 | -0/+10 |
| 2021-02-12 | perf probe: Fix kretprobe issue caused by GCC bug | Jianlin Lv | 1 | -0/+10 |
| 2021-02-08 | perf intlist: Change 'struct intlist' int member to 'unsigned long' | Jin Yao | 1 | -1/+1 |
| 2020-10-14 | perf tools: Pass build_id object to build_id__sprintf() | Jiri Olsa | 1 | -3/+6 |
| 2020-10-14 | perf tools: Use build_id object in dso | Jiri Olsa | 1 | -1/+1 |
| 2020-09-18 | perf probe: Fall back to debuginfod query if debuginfo and source not found l... | Masami Hiramatsu | 1 | -1/+57 |
| 2020-09-18 | perf probe: Fix to adjust symbol address with correct reloc_sym address | Masami Hiramatsu | 1 | -3/+5 |
| 2020-07-17 | perf probe: Warn if the target function is a GNU indirect function | Masami Hiramatsu | 1 | -2/+6 |
| 2020-07-17 | perf probe: Avoid setting probes on the same address for the same event | Masami Hiramatsu | 1 | -0/+10 |
| 2020-06-09 | perf probe: Fix user attribute access in kprobes | Sumanth Korikkar | 1 | -2/+5 |
| 2020-05-28 | perf probe: Check address correctness by map instead of _etext | Masami Hiramatsu | 1 | -12/+13 |
| 2020-05-28 | perf probe: Fix to check blacklist address correctly | Masami Hiramatsu | 1 | -6/+15 |
| 2020-05-28 | perf probe: Accept the instance number of kretprobe event | Masami Hiramatsu | 1 | -2/+1 |
| 2019-11-26 | perf maps: Rename map_groups.h to maps.h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-18 | perf probe: Trace a magic number if variable is not found | Masami Hiramatsu | 1 | -1/+1 |
| 2019-11-18 | perf probe: Support multiprobe event | Masami Hiramatsu | 1 | -2/+7 |
| 2019-11-18 | perf probe: Generate event name with line number | Masami Hiramatsu | 1 | -0/+8 |
| 2019-11-06 | perf maps: Add for_each_entry()/_safe() iterators | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-09-20 | perf probe: Fix to clear tev->nargs in clear_probe_trace_event() | Masami Hiramatsu | 1 | -0/+1 |
| 2019-08-31 | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+2 |
| 2019-08-31 | perf tools: Remove needless thread.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2019-07-23 | Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc... | Ingo Molnar | 1 | -0/+1 |
| 2019-07-23 | perf probe: Set pev->nargs to zero after freeing pev->args entries | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-07-18 | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -0/+11 |
| 2019-07-09 | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -27/+24 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 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-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -15/+1 |
| 2019-05-25 | perf-probe: Add user memory access attribute support | Masami Hiramatsu | 1 | -0/+11 |
| 2019-03-11 | perf probe: Fix getting the kernel map | Adrian Hunter | 1 | -2/+4 |
| 2019-02-28 | perf probe: Clarify error message about not finding kernel modules debuginfo | Arnaldo Carvalho de Melo | 1 | -3/+6 |
| 2019-02-06 | perf map: Move structs and prototypes for map groups to a separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-02-06 | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf symbols: Use cached rbtrees | Davidlohr Bueso | 1 | -1/+2 |
| 2019-01-25 | perf namespaces: Remove namespaces.h from .h headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-12-17 | perf tools: Fix diverse comment typos | Ingo Molnar | 1 | -2/+2 |
| 2018-09-24 | perf probe: Support SDT markers having reference counter (semaphore) | Ravi Bangoria | 1 | -4/+35 |
| 2018-06-04 | perf probe: Use return of map__get() to make code more compact | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2018-04-30 | perf machine: Ditch find_kernel_function variants | Arnaldo Carvalho de Melo | 1 | -13/+2 |
| 2018-04-27 | perf symbols: Unify symbol maps | Arnaldo Carvalho de Melo | 1 | -5/+4 |
| 2018-04-26 | perf machine: Introduce machine__kernel_maps() | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2018-04-26 | perf map: Shorten map_groups__find_by_name() signature | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-12-27 | perf probe: Support escaped character in parser | Masami Hiramatsu | 1 | -23/+35 |
| 2017-12-27 | perf probe: Find versioned symbols from map | Masami Hiramatsu | 1 | -2/+18 |
| 2017-12-27 | perf probe: Add __return suffix for return events | Masami Hiramatsu | 1 | -4/+5 |
| 2017-12-27 | perf probe: Cut off the version suffix from event name | Masami Hiramatsu | 1 | -2/+2 |
| 2017-12-27 | perf probe: Add warning message if there is unexpected event name | Masami Hiramatsu | 1 | -0/+8 |
| 2017-08-29 | perf probe: Fix kprobe blacklist checking condition | Li Bin | 1 | -1/+1 |
| 2017-07-18 | perf buildid-cache: Support binary objects from other namespaces | Krister Johansen | 1 | -3/+3 |
| 2017-07-18 | perf probe: Allow placing uprobes in alternate namespaces. | Krister Johansen | 1 | -26/+54 |
| 2017-06-22 | perf probe: Fix probe definition for inlined functions | Björn Töpel | 1 | -1/+1 |
| 2017-04-19 | perf str{filter,list}: Disentangle headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Move extra string util functions to util/string2.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Move sane ctype stuff from util.h to sane_ctype.h | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-21 | perf probe: Change MAX_CMDLEN | Ravi Bangoria | 1 | -1/+0 |
| 2017-03-20 | perf probe: Fix concat_probe_trace_events | Ravi Bangoria | 1 | -1/+1 |
| 2017-03-15 | perf probe: Introduce util func is_sdt_event() | Ravi Bangoria | 1 | -8/+1 |
| 2017-03-14 | perf kretprobes: Offset from reloc_sym if kernel supports it | Naveen N. Rao | 1 | -7/+5 |
| 2017-02-20 | perf utils: Check verbose flag properly | Namhyung Kim | 1 | -1/+1 |
| 2017-02-14 | perf probe: Avoid accessing uninitialized 'map' variable | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2017-01-26 | Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm... | Ingo Molnar | 1 | -7/+4 |
| 2017-01-26 | perf probe: Delete an unnecessary assignment in try_to_find_absolute_address() | Markus Elfring | 1 | -3/+2 |
| 2017-01-26 | perf probe: Delete an unnecessary check in try_to_find_absolute_address() | Markus Elfring | 1 | -4/+2 |
| 2017-01-16 | perf probe: Fix to probe on gcc generated functions in modules | Masami Hiramatsu | 1 | -16/+29 |
| 2017-01-16 | perf probe: Add error checks to offline probe post-processing | Masami Hiramatsu | 1 | -17/+33 |
| 2017-01-04 | perf probe: Fix to probe on gcc generated symbols for offline kernel | Masami Hiramatsu | 1 | -1/+47 |
| 2017-01-04 | perf probe: Fix --funcs to show correct symbols for offline module | Masami Hiramatsu | 1 | -19/+6 |
| 2017-01-02 | perf probe: Fix to get correct modname from elf header | Masami Hiramatsu | 1 | -16/+16 |
| 2016-10-03 | perf probe: Check if *ptr2 is zero and not ptr2 | Colin Ian King | 1 | -1/+1 |
| 2016-09-29 | perf probe: Fix to cut off incompatible chars from group name | Masami Hiramatsu | 1 | -3/+7 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -9/+8 |
| 2016-09-01 | perf probe: Add helper function to check if probe with variable | Ravi Bangoria | 1 | -7/+15 |
| 2016-09-01 | perf probe: Ignore vmlinux buildid if offline kernel is given | Masami Hiramatsu | 1 | -0/+4 |
| 2016-09-01 | perf probe: Show trace event definition | Masami Hiramatsu | 1 | -0/+46 |
| 2016-09-01 | perf probe: Do not use map_load filters for function | Arnaldo Carvalho de Melo | 1 | -19/+10 |
| 2016-08-09 | perf probe ppc64le: Fix probe location when using DWARF | Ravi Bangoria | 1 | -16/+21 |
| 2016-08-09 | perf probe: Add function to post process kernel trace events | Ravi Bangoria | 1 | -11/+18 |
| 2016-08-09 | perf probe: Fix module name matching | Konstantin Khlebnikov | 1 | -1/+3 |
| 2016-08-09 | perf probe: Adjust map->reloc offset when finding kernel symbol from map | Masami Hiramatsu | 1 | -1/+1 |
| 2016-07-18 | perf probe: Warn unmatched function filter correctly | Masami Hiramatsu | 1 | -2/+10 |
| 2016-07-13 | perf probe: Support a special SDT probe format | Masami Hiramatsu | 1 | -2/+10 |
| 2016-07-13 | perf probe: Support @BUILDID or @FILE suffix for SDT events | Masami Hiramatsu | 1 | -2/+15 |
| 2016-07-13 | perf probe: Search SDT/cached event from all probe caches | Masami Hiramatsu | 1 | -19/+86 |
| 2016-07-13 | perf probe: Allow wildcard for cached events | Masami Hiramatsu | 1 | -4/+103 |
| 2016-07-13 | perf probe: Accept %sdt and %cached event name | Masami Hiramatsu | 1 | -24/+58 |
| 2016-07-13 | perf probe: Fix to show correct error message for $vars and $params | Masami Hiramatsu | 1 | -1/+3 |
| 2016-07-12 | tools: Introduce str_error_r() | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2016-07-04 | perf probe: Add group name support | Masami Hiramatsu | 1 | -9/+14 |
| 2016-07-01 | perf probe: Show all cached probes | Masami Hiramatsu | 1 | -0/+3 |
| 2016-07-01 | perf probe: Use cache entry if possible | Masami Hiramatsu | 1 | -2/+63 |
| 2016-06-23 | perf intlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-06-23 | perf tools: Rename strlist_for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2016-06-22 | perf machine: Destructors should accept NULL | Arnaldo Carvalho de Melo | 1 | -4/+2 |
| 2016-06-15 | perf probe: Add --cache option to cache the probe definitions | Masami Hiramatsu | 1 | -0/+9 |
| 2016-06-14 | perf probe: Uncomment and export synthesize_perf_probe_point() | Masami Hiramatsu | 1 | -17/+22 |
| 2016-06-14 | perf probe: Add perf_probe_event__copy() | Masami Hiramatsu | 1 | -3/+73 |
| 2016-06-14 | perf probe: Fix to add NULL check for strndup | Masami Hiramatsu | 1 | -0/+4 |
| 2016-05-10 | perf probe: Check the return value of strbuf APIs | Masami Hiramatsu | 1 | -57/+86 |
| 2016-05-05 | perf symbols: Fix kallsyms perf test on ppc64le | Naveen N. Rao | 1 | -2/+3 |
| 2016-04-28 | perf probe: Use strbuf for making strings | Masami Hiramatsu | 1 | -161/+85 |
| 2016-04-26 | perf probe: Fix module probe issue if no dwarf support | Ravi Bangoria | 1 | -3/+73 |
| 2016-04-26 | perf probe: Fix offline module name missmatch issue | Ravi Bangoria | 1 | -14/+5 |
| 2016-04-26 | perf probe: Set default kprobe group name if it is not given | Masami Hiramatsu | 1 | -3/+7 |
| 2016-04-26 | perf probe: Close target file on error path | Masami Hiramatsu | 1 | -2/+7 |
| 2016-03-23 | perf probe: No need to use formatting strbuf method | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-11-18 | perf bpf: Allow BPF program config probing options | Wang Nan | 1 | -2/+5 |
| 2015-11-06 | perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy | Masami Hiramatsu | 1 | -5/+2 |
| 2015-11-05 | perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su... | Wang Nan | 1 | -0/+3 |
| 2015-10-02 | perf probe: Allow probing on kmodules without dwarf | Masami Hiramatsu | 1 | -3/+5 |
| 2015-09-30 | perf probe: Fix a segfault bug in debuginfo_cache | Masami Hiramatsu | 1 | -9/+12 |
| 2015-09-30 | perf probe: Show correct source lines of probes on kmodules | Masami Hiramatsu | 1 | -12/+23 |
| 2015-09-30 | perf probe: Fix to remove dot suffix from second or latter events | Masami Hiramatsu | 1 | -13/+20 |
| 2015-09-30 | perf machine: Add method for common kernel_map(FUNCTION) operation | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2015-09-30 | perf machine: Use machine__kernel_map() thoroughly | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2015-09-28 | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha... | Ingo Molnar | 1 | -6/+7 |
| 2015-09-25 | perf probe: Use existing routine to look for a kernel module by dso->short_name | Arnaldo Carvalho de Melo | 1 | -6/+7 |
| 2015-09-15 | perf probe: Export init/exit_probe_symbol_maps() | Namhyung Kim | 1 | -16/+15 |
| 2015-09-15 | perf probe: Free perf_probe_event in cleanup_perf_probe_events() | Namhyung Kim | 1 | -0/+1 |
| 2015-09-14 | tools lib api fs: Replace debugfs/tracefs objects interface with fs.c | Jiri Olsa | 1 | -3/+2 |
| 2015-09-04 | perf probe: Print deleted events in cmd_probe() | Namhyung Kim | 1 | -5/+0 |
| 2015-09-04 | perf probe: Move print logic into cmd_probe() | Namhyung Kim | 1 | -19/+3 |
| 2015-09-04 | perf probe: Link trace_probe_event into perf_probe_event | Wang Nan | 1 | -40/+17 |
| 2015-09-04 | perf probe: Split add_perf_probe_events() | Namhyung Kim | 1 | -4/+35 |
| 2015-08-26 | perf probe: Support probing at absolute address | Wang Nan | 1 | -6/+156 |
| 2015-08-26 | perf probe: Fix error reported when offset without function | Wang Nan | 1 | -3/+7 |
| 2015-08-26 | perf probe: Fix list result when address is zero | Wang Nan | 1 | -3/+25 |
| 2015-08-26 | perf probe: Fix list result when symbol can't be found | Wang Nan | 1 | -1/+1 |
| 2015-08-26 | perf probe: Prevent segfault when reading probe point with absolute address | Wang Nan | 1 | -4/+4 |
| 2015-08-21 | perf probe: Try to use symbol table if searching debug info failed | Wang Nan | 1 | -3/+4 |
| 2015-07-20 | perf probe: Move ftrace probe-event operations to probe-file.c | Masami Hiramatsu | 1 | -292/+26 |
| 2015-07-20 | perf probe: Simplify __add_probe_trace_events code | Masami Hiramatsu | 1 | -27/+43 |
| 2015-07-20 | perf strlist: Make dupstr be the default and part of an extensible config parm | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2015-06-23 | perf probe: Fix failure to probe events on arm | He Kuang | 1 | -1/+5 |
| 2015-06-17 | perf probe: Speed up perf probe --list by caching debuginfo | Masami Hiramatsu | 1 | -4/+44 |
| 2015-06-17 | perf probe: Show usage even if the last event is skipped | Masami Hiramatsu | 1 | -18/+17 |
| 2015-06-16 | perf probe: Fix to return error if no probe is added | Masami Hiramatsu | 1 | -42/+71 |
| 2015-06-16 | perf probe: List probes in stdout | Masami Hiramatsu | 1 | -14/+35 |
| 2015-06-12 | perf probe: Cut off the gcc optimization postfixes from function name | Masami Hiramatsu | 1 | -0/+5 |
| 2015-06-08 | perf machine: Fix up some more method names | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-30 | perf probe: Fix segfault when glob matching function without debuginfo | Wang Nan | 1 | -5/+21 |
| 2015-05-29 | perf machine: No need to have two DSOs lists | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2015-05-29 | perf probe: Fix 'function unused' warning | Wang Nan | 1 | -32/+33 |
| 2015-05-27 | perf tools: Reference count struct map | Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2015-05-27 | perf tools: Introduce struct maps | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-05-27 | perf probe: Fix an error when deleting probes successfully | Masami Hiramatsu | 1 | -4/+5 |