summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-15perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu
2016-06-14perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu
2016-06-14perf probe: Add perf_probe_event__copy()Masami Hiramatsu
2016-06-14perf probe: Fix to add NULL check for strndupMasami Hiramatsu
2016-05-10perf probe: Check the return value of strbuf APIsMasami Hiramatsu
2016-05-05perf symbols: Fix kallsyms perf test on ppc64leNaveen N. Rao
2016-04-28perf probe: Use strbuf for making stringsMasami Hiramatsu
2016-04-26perf probe: Fix module probe issue if no dwarf supportRavi Bangoria
2016-04-26perf probe: Fix offline module name missmatch issueRavi Bangoria
2016-04-26perf probe: Set default kprobe group name if it is not givenMasami Hiramatsu
2016-04-26perf probe: Close target file on error pathMasami Hiramatsu
2016-03-23perf probe: No need to use formatting strbuf methodArnaldo Carvalho de Melo
2015-11-18perf bpf: Allow BPF program config probing optionsWang Nan
2015-11-06perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu
2015-11-05perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan
2015-10-02perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu
2015-09-30perf probe: Fix a segfault bug in debuginfo_cacheMasami Hiramatsu
2015-09-30perf probe: Show correct source lines of probes on kmodulesMasami Hiramatsu
2015-09-30perf probe: Fix to remove dot suffix from second or latter eventsMasami Hiramatsu
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo
2015-09-28Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar
2015-09-25perf probe: Use existing routine to look for a kernel module by dso->short_nameArnaldo Carvalho de Melo
2015-09-15perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim
2015-09-15perf probe: Free perf_probe_event in cleanup_perf_probe_events()Namhyung Kim
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-09-04perf probe: Print deleted events in cmd_probe()Namhyung Kim
2015-09-04perf probe: Move print logic into cmd_probe()Namhyung Kim
2015-09-04perf probe: Link trace_probe_event into perf_probe_eventWang Nan
2015-09-04perf probe: Split add_perf_probe_events()Namhyung Kim
2015-08-26perf probe: Support probing at absolute addressWang Nan
2015-08-26perf probe: Fix error reported when offset without functionWang Nan
2015-08-26perf probe: Fix list result when address is zeroWang Nan
2015-08-26perf probe: Fix list result when symbol can't be foundWang Nan
2015-08-26perf probe: Prevent segfault when reading probe point with absolute addressWang Nan
2015-08-21perf probe: Try to use symbol table if searching debug info failedWang Nan
2015-07-20perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu
2015-07-20perf probe: Simplify __add_probe_trace_events codeMasami Hiramatsu
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo
2015-06-23perf probe: Fix failure to probe events on armHe Kuang
2015-06-17perf probe: Speed up perf probe --list by caching debuginfoMasami Hiramatsu
2015-06-17perf probe: Show usage even if the last event is skippedMasami Hiramatsu
2015-06-16perf probe: Fix to return error if no probe is addedMasami Hiramatsu
2015-06-16perf probe: List probes in stdoutMasami Hiramatsu
2015-06-12perf probe: Cut off the gcc optimization postfixes from function nameMasami Hiramatsu
2015-06-08perf machine: Fix up some more method namesArnaldo Carvalho de Melo
2015-05-30perf probe: Fix segfault when glob matching function without debuginfoWang Nan
2015-05-29perf machine: No need to have two DSOs listsArnaldo Carvalho de Melo