summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2012-05-31perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-02-29perf probe: Ensure offset provided is not greater than function length withou...Prashanth Nageshappa
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2012-01-24perf probe: Usability fixesSrikar Dronamraju
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2011-10-10perf probe: Fix to show correct error stringMasami Hiramatsu
2011-08-08perf probe: Fix coredump introduced by probe module optionJovi Zhang
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu
2011-04-05perf probe: Fix multiple --vars options behaviorMasami Hiramatsu
2011-04-05perf probe: Fix to remove redundant closeMasami Hiramatsu
2011-02-22perf probe: Remove redundant checksArnaldo Carvalho de Melo
2011-02-21perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo
2011-02-16perf probe: Show filename which contains target functionMasami Hiramatsu
2011-02-16perf probe: Support function@filename syntax for --lineMasami Hiramatsu
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu
2011-01-24perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar
2010-12-27perf probe: Fix short file name probe location reportingFranck Bui-Huu
2010-12-22perf probe: Fix wrong warning in __show_one_line() if read(1) errors happenFranck Bui-Huu
2010-12-21perf probe: Handle gracefully some stupid and buggy line syntaxesFranck Bui-Huu
2010-12-21perf probe: Don't always consider EOF as an error when listing source codeFranck Bui-Huu
2010-12-21perf probe: Fix line range description since a single file is allowedFranck Bui-Huu
2010-12-21perf probe: Clean up redundant tests in show_line_range()Franck Bui-Huu
2010-12-21perf probe: Rewrite show_one_line() to make it simplerFranck Bui-Huu
2010-12-21perf probe: Make -L display the absolute path of the dumped fileFranck Bui-Huu
2010-12-21perf probe: Cleanup messagesMasami Hiramatsu
2010-12-16perf symbols: Stop using vmlinux files with no symbolsFranck Bui-Huu
2010-12-16perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu
2010-10-21perf probe: Add basic module supportMasami Hiramatsu
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu
2010-10-21perf probe: Function style fixMasami Hiramatsu
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu
2010-09-08perf probe: Fix return probe supportMasami Hiramatsu
2010-08-06perf probe: Fix memory leaks in add_perf_probe_eventsMasami Hiramatsu
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju
2010-07-16perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu
2010-07-16perf probe: Fix error message if get_real_path() failedMasami Hiramatsu
2010-07-05perf probe: Support static and global variablesMasami Hiramatsu
2010-07-05perf probe: Support tracing an entry of arrayMasami Hiramatsu
2010-04-27perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu
2010-04-26perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu