aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-file.c
AgeCommit message (Expand)Author
2019-03-01perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo
2018-05-16tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-03-28perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria
2017-03-14perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao
2017-03-14perf probe: Factor out the ftrace README scanningNaveen N. Rao
2017-03-03perf probe: Generalize probe event file open routineNaveen N. Rao
2016-09-29perf probe: Increase debug level of SDT debug messagesAdrian Hunter
2016-08-24perf probe: Remove unused tracing_dir variableMasami Hiramatsu
2016-08-23perf probe: Add supported for type casting by the running kernelMasami Hiramatsu
2016-08-15perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo
2016-08-15perf probe: Check for dup and fdopen failuresColin Ian King
2016-07-13perf probe: Allow wildcard for cached eventsMasami Hiramatsu
2016-07-13perf probe-cache: Add for_each_probe_cache_entry() wrapperMasami Hiramatsu
2016-07-13perf probe: Make --list show only available cached eventsMasami Hiramatsu
2016-07-13perf probe: Accept %sdt and %cached event nameMasami Hiramatsu
2016-07-12perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu
2016-07-01perf probe: Remove caches when --cache is givenMasami Hiramatsu
2016-07-01perf probe: Show all cached probesMasami Hiramatsu
2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-15perf probe: Introduce perf_cache interfacesMasami Hiramatsu
2016-04-26perf probe: Let probe_file__add_event return 0 if succeededMasami Hiramatsu
2015-11-11perf probe: Verify parameters in two functionsWang Nan
2015-09-14perf tools: Switch to tracing_path interface on appropriate placesJiri Olsa
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-09-04perf probe: Print deleted events in cmd_probe()Namhyung Kim
2015-09-04perf probe: Split del_perf_probe_events()Namhyung Kim
2015-07-20perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu