summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
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
2015-05-29perf probe: Fix 'function unused' warningWang Nan
2015-05-27perf tools: Reference count struct mapArnaldo Carvalho de Melo
2015-05-27perf tools: Introduce struct mapsArnaldo Carvalho de Melo
2015-05-27perf probe: Fix an error when deleting probes successfullyMasami Hiramatsu
2015-05-27perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu
2015-05-27perf tools: Use maps__first()/map__next()Arnaldo Carvalho de Melo
2015-05-27perf tools: Leave DSO destruction to the map destructionArnaldo Carvalho de Melo
2015-05-18perf probe: Load map before glob matchingWang Nan
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu
2015-05-05perf probe: Allow to use filter on --del commandMasami Hiramatsu
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu
2015-05-04perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao
2015-05-04perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao
2015-05-04perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao
2015-04-29perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota
2015-04-13perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu
2015-04-08perf probe: Fix ARM 32 building errorWang Nan
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan
2015-03-24perf probe: Fix to get ummapped symbol address on kernelMasami Hiramatsu
2015-03-21perf probe: Fix failure to add multiple probes without debuginfoHe Kuang
2015-03-12perf probe: Fix compiles due to declarations using perf_probe_pointDavid Ahern
2015-03-12perf probe: Fix possible double free on errorHe Kuang
2015-03-12perf probe: Allow weak symbols to be probedNamhyung Kim
2015-03-12perf symbols: Allow symbol alias when loading map for symbol nameNamhyung Kim
2015-03-12Revert "perf probe: Fix to fall back to find probe point in symbols"Masami Hiramatsu
2015-03-12perf probe: Fix --line to handle aliased symbols in glibcMasami Hiramatsu
2015-03-12perf probe: Fix to handle aliased symbols in glibcMasami Hiramatsu
2015-03-02perf probe: Warn if given uprobe event accesses memory on older kernelMasami Hiramatsu