aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-07perf inject: Add vmlinux and ignore-vmlinux argumentsJames Clark1-0/+7
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter1-1/+3
2021-08-02perf inject: Fix output from a file to a pipeNamhyung Kim1-2/+26
2021-08-02perf inject: Fix output from a pipe to a fileNamhyung Kim1-5/+10
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim1-1/+2
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-1/+1
2021-07-15perf inject: Close inject.output on exitRiccardo Mancini1-2/+6
2021-07-15perf inject: Fix dso->nsinfo refcountingRiccardo Mancini1-2/+3
2021-05-26perf inject: Do not inject BUILD_ID record if MMAP2 has itNamhyung Kim1-0/+24
2021-05-26perf inject: Call dso__put() even if dso->hit is setNamhyung Kim1-2/+2
2021-05-12perf inject: Add --vm-time-correlation optionAdrian Hunter1-0/+44
2021-05-12perf inject: Add facility to do in place updateAdrian Hunter1-4/+22
2021-04-05perf inject: Fix repipe usageAdrian Hunter1-1/+1
2021-02-03perf inject jit: Add namespaces supportYonatan Goldschmidt1-2/+2
2020-11-30Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-11/+1
2020-11-16perf inject: Fix file corruption due to event deletionAl Grant1-11/+1
2020-11-16perf data: Allow to use stdio functions for pipe modeNamhyung Kim1-0/+2
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa1-3/+1
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-2/+2
2020-10-13perf inject: Add --buildid-all optionNamhyung Kim1-5/+108
2020-10-13perf inject: Do not load map/dso when injecting build-idNamhyung Kim1-21/+12
2020-10-13perf inject: Enter namespace when reading build-idNamhyung Kim1-2/+6
2020-10-13perf inject: Add missing callbacks in perf_toolNamhyung Kim1-5/+31
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim1-5/+4
2020-07-08perf inject jit: Remove //anon mmap eventsSteve MacLean1-2/+2
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-05perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo1-3/+2
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-4/+3
2020-05-05perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter1-1/+2
2019-12-04perf inject: Fix processing of ID index for injected instruction tracingAdrian Hunter1-12/+1
2019-11-22perf inject: Cut AUX area samplesAdrian Hunter1-0/+29
2019-11-06perf inject: Make --strip keep evselsAdrian Hunter1-54/+0
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-7/+7
2019-07-29perf evlist: Rename perf_evlist__remove() to evlist__remove()Jiri Olsa1-2/+2
2019-07-29perf evsel: Rename perf_evsel__delete() to evsel__delete()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-4/+4
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-15/+15
2019-07-09perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo1-1/+1
2019-05-15perf inject: Enable COMPRESSED record decompressionAlexey Budankov1-0/+4
2019-02-22perf data: Add global path holderJiri Olsa1-6/+4
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2018-09-19perf tools: Report itrace options in helpAndi Kleen1-1/+2
2018-09-19perf tools: Remove perf_tool from event_op3Jiri Olsa1-6/+5