aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c
AgeCommit message (Expand)Author
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo
2018-01-18perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...Adrian Hunter
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-11perf inject: Don't proceed if perf_session__process_event() failsDavid Carrillo-Cisneros
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-03-31perf tools: Add time conversion eventAdrian Hunter
2016-03-23perf tools: Add cpumode to struct perf_sampleArnaldo Carvalho de Melo
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-10perf jitdump: Build only on supported archsJiri Olsa
2016-03-09perf jitdump: DWARF is also neededArnaldo Carvalho de Melo
2016-03-08perf jit: Move clockid validationAdrian Hunter
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter
2016-03-08perf inject: Hit all DSOs for AUX data in JIT and other casesAdrian Hunter
2016-02-05perf inject: Add jitdump mmap injection supportStephane Eranian
2016-02-05perf inject: Make sure mmap records are ordered when injecting build_idsArnaldo Carvalho de Melo
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-11-13perf inject: Also re-pipe lost_samples eventAdrian Hunter
2015-09-28perf inject: Add --strip option to strip out non-synthesized eventsAdrian Hunter
2015-09-28perf inject: Remove more aux-related stuff when processing instruction tracesAdrian Hunter
2015-09-28perf inject: Set branch stack feature flag when synthesizing branch stacksAdrian Hunter
2015-07-23perf tools: Add new PERF_RECORD_SWITCH eventAdrian Hunter
2015-07-01perf inject: Fill in the missing session freeing after an error occursTaeung Song
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter
2015-05-05perf tools: Add support for PERF_RECORD_AUXAdrian Hunter
2015-05-05perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter
2015-05-04perf tools: Hit all build ids when AUX area tracingAdrian Hunter
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter
2015-04-29perf inject: Add Instruction Tracing supportAdrian Hunter
2015-04-29perf inject: Re-pipe AUX area tracing eventsAdrian Hunter
2015-04-02perf inject: Support using -f to override perf.data file ownershipYunlong Song
2015-03-12perf tools: tool->finished_round() doesn't need perf_sessionArnaldo Carvalho de Melo
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2015-01-29perf tools: Use perf_data_file__fd() consistentlyNamhyung Kim
2014-10-29perf tools: Add id indexAdrian Hunter
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-13perf inject: Move session handling out of __cmd_inject()Namhyung Kim