summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-file.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Increase debug level of SDT debug messagesAdrian Hunter2016-09-291-1/+1
* perf probe: Remove unused tracing_dir variableMasami Hiramatsu2016-08-241-3/+2
* perf probe: Add supported for type casting by the running kernelMasami Hiramatsu2016-08-231-0/+57
* perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo2016-08-151-3/+9
* perf probe: Check for dup and fdopen failuresColin Ian King2016-08-151-4/+20
* perf probe: Allow wildcard for cached eventsMasami Hiramatsu2016-07-131-6/+32
* perf probe-cache: Add for_each_probe_cache_entry() wrapperMasami Hiramatsu2016-07-131-4/+4
* perf probe: Make --list show only available cached eventsMasami Hiramatsu2016-07-131-1/+1
* perf probe: Accept %sdt and %cached event nameMasami Hiramatsu2016-07-131-0/+9
* perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo2016-07-121-0/+2
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-5/+5
* perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu2016-07-041-3/+66
* perf probe: Remove caches when --cache is givenMasami Hiramatsu2016-07-011-8/+28
* perf probe: Show all cached probesMasami Hiramatsu2016-07-011-2/+64
* perf probe: Use cache entry if possibleMasami Hiramatsu2016-07-011-1/+19
* perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-4/+4
* perf probe: Introduce perf_cache interfacesMasami Hiramatsu2016-06-151-0/+331
* perf probe: Let probe_file__add_event return 0 if succeededMasami Hiramatsu2016-04-261-2/+1
* perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
* perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa2015-09-141-12/+2
* tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa2015-09-141-4/+3
* perf probe: Print deleted events in cmd_probe()Namhyung Kim2015-09-041-4/+3
* perf probe: Split del_perf_probe_events()Namhyung Kim2015-09-041-4/+36
* perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu2015-07-201-0/+301