aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-29perf probe: Increase debug level of SDT debug messagesAdrian Hunter1-1/+1
2016-08-24perf probe: Remove unused tracing_dir variableMasami Hiramatsu1-3/+2
2016-08-23perf probe: Add supported for type casting by the running kernelMasami Hiramatsu1-0/+57
2016-08-15perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo1-3/+9
2016-08-15perf probe: Check for dup and fdopen failuresColin Ian King1-4/+20
2016-07-13perf probe: Allow wildcard for cached eventsMasami Hiramatsu1-6/+32
2016-07-13perf probe-cache: Add for_each_probe_cache_entry() wrapperMasami Hiramatsu1-4/+4
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu1-1/+1
2016-07-13perf probe: Accept %sdt and %cached event nameMasami Hiramatsu1-0/+9
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo1-0/+2
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-5/+5
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu1-3/+66
2016-07-01perf probe: Remove caches when --cache is givenMasami Hiramatsu1-8/+28
2016-07-01perf probe: Show all cached probesMasami Hiramatsu1-2/+64
2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu1-1/+19
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-4/+4
2016-06-15perf probe: Introduce perf_cache interfacesMasami Hiramatsu1-0/+331
2016-04-26perf probe: Let probe_file__add_event return 0 if succeededMasami Hiramatsu1-2/+1
2015-11-11perf probe: Verify parameters in two functionsWang Nan1-0/+6
2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa1-12/+2
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa1-4/+3
2015-09-04perf probe: Print deleted events in cmd_probe()Namhyung Kim1-4/+3
2015-09-04perf probe: Split del_perf_probe_events()Namhyung Kim1-4/+36
2015-07-20perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu1-0/+301