aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-16perf symbols: Export elf_section_by_name and reuseMasami Hiramatsu1-48/+28
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu1-0/+22
2014-01-16perf probe: Release allocated probe_trace_event if failedMasami Hiramatsu1-0/+13
2014-01-13perf probe: Fix build when DWARF support libraries not presentArnaldo Carvalho de Melo1-1/+4
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-4/+4
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-4/+2
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo1-41/+21
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu1-16/+135
2013-12-26perf probe: Expand given path to absolute pathMasami Hiramatsu1-9/+2
2013-12-16tools/: Convert to new topic librariesBorislav Petkov1-1/+1
2013-12-10perf symbols: Set alloc flag close to setting the long_nameArnaldo Carvalho de Melo1-1/+1
2013-10-23perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu1-1/+0
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-03-15perf tools: Introduce tools/lib/lk libraryBorislav Petkov1-1/+1
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea1-7/+29
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-10/+11
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern1-2/+10
2012-05-31perf uprobes: Remove unnecessary check before strlist__deleteSrikar Dronamraju1-6/+2
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju1-86/+336
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+6
2012-02-29perf probe: Ensure offset provided is not greater than function length without DWARF info tooPrashanth Nageshappa1-0/+6
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka1-1/+0
2012-02-02perf probe: Rename target_module to targetSrikar Dronamraju1-13/+13
2012-01-30perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-2/+0
2012-01-24perf probe: Usability fixesSrikar Dronamraju1-3/+3
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney1-2/+0
2011-10-10perf probe: Fix to show correct error stringMasami Hiramatsu1-1/+3
2011-08-08perf probe: Fix coredump introduced by probe module optionJovi Zhang1-4/+8
2011-07-15perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu1-9/+43
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu1-9/+38
2011-07-15perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu1-29/+49
2011-04-05perf probe: Fix multiple --vars options behaviorMasami Hiramatsu1-8/+8
2011-04-05perf probe: Fix to remove redundant closeMasami Hiramatsu1-3/+0
2011-02-22perf probe: Remove redundant checksArnaldo Carvalho de Melo1-1/+1
2011-02-21perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo1-1/+4
2011-02-16perf probe: Show filename which contains target functionMasami Hiramatsu1-1/+1
2011-02-16perf probe: Support function@filename syntax for --lineMasami Hiramatsu1-3/+12
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu1-10/+13
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu1-26/+40
2011-01-24perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu1-2/+66
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-1/+1
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar1-3/+12
2010-12-27perf probe: Fix short file name probe location reportingFranck Bui-Huu1-7/+7
2010-12-22perf probe: Fix wrong warning in __show_one_line() if read(1) errors happenFranck Bui-Huu1-1/+1
2010-12-21perf probe: Handle gracefully some stupid and buggy line syntaxesFranck Bui-Huu1-32/+60
2010-12-21perf probe: Don't always consider EOF as an error when listing source codeFranck Bui-Huu1-12/+26
2010-12-21perf probe: Fix line range description since a single file is allowedFranck Bui-Huu1-5/+8
2010-12-21perf probe: Clean up redundant tests in show_line_range()Franck Bui-Huu1-11/+15
2010-12-21perf probe: Rewrite show_one_line() to make it simplerFranck Bui-Huu1-18/+11
2010-12-21perf probe: Make -L display the absolute path of the dumped fileFranck Bui-Huu1-1/+1