summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c
Commit message (Expand)AuthorAgeFilesLines
* perf inject: Fix output from a file to a pipeNamhyung Kim2021-08-021-2/+26
* perf inject: Fix output from a pipe to a fileNamhyung Kim2021-08-021-5/+10
* perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim2021-08-021-1/+2
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf inject: Close inject.output on exitRiccardo Mancini2021-07-151-2/+6
* perf inject: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-2/+3
* perf inject: Do not inject BUILD_ID record if MMAP2 has itNamhyung Kim2021-05-261-0/+24
* perf inject: Call dso__put() even if dso->hit is setNamhyung Kim2021-05-261-2/+2
* perf inject: Add --vm-time-correlation optionAdrian Hunter2021-05-121-0/+44
* perf inject: Add facility to do in place updateAdrian Hunter2021-05-121-4/+22
* perf inject: Fix repipe usageAdrian Hunter2021-04-051-1/+1
* perf inject jit: Add namespaces supportYonatan Goldschmidt2021-02-031-2/+2
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-11-301-11/+1
|\
| * perf inject: Fix file corruption due to event deletionAl Grant2020-11-161-11/+1
* | perf data: Allow to use stdio functions for pipe modeNamhyung Kim2020-11-161-0/+2
|/
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-141-3/+1
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-2/+2
* perf inject: Add --buildid-all optionNamhyung Kim2020-10-131-5/+108
* perf inject: Do not load map/dso when injecting build-idNamhyung Kim2020-10-131-21/+12
* perf inject: Enter namespace when reading build-idNamhyung Kim2020-10-131-2/+6
* perf inject: Add missing callbacks in perf_toolNamhyung Kim2020-10-131-5/+31
* perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-131-5/+4
* perf inject jit: Remove //anon mmap eventsSteve MacLean2020-07-081-2/+2
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo2020-05-051-3/+2
* perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-4/+3
* perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter2020-05-051-1/+2
* perf inject: Fix processing of ID index for injected instruction tracingAdrian Hunter2019-12-041-12/+1
* perf inject: Cut AUX area samplesAdrian Hunter2019-11-221-0/+29
* perf inject: Make --strip keep evselsAdrian Hunter2019-11-061-54/+0
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+3
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-0/+1
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-7/+7
* perf evlist: Rename perf_evlist__remove() to evlist__remove()Jiri Olsa2019-07-291-2/+2
* perf evsel: Rename perf_evsel__delete() to evsel__delete()Jiri Olsa2019-07-291-2/+2
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-4/+4
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-15/+15
* perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo2019-07-091-1/+1
* perf inject: Enable COMPRESSED record decompressionAlexey Budankov2019-05-151-0/+4
* perf data: Add global path holderJiri Olsa2019-02-221-6/+4
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tools: Report itrace options in helpAndi Kleen2018-09-191-1/+2
* perf tools: Remove perf_tool from event_op3Jiri Olsa2018-09-191-6/+5
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-15/+11
* perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo2018-04-261-3/+1