summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-inject.c
AgeCommit message (Expand)Author
2019-11-22perf inject: Cut AUX area samplesAdrian Hunter
2019-11-06perf inject: Make --strip keep evselsAdrian Hunter
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evlist: Rename perf_evlist__remove() to evlist__remove()Jiri Olsa
2019-07-29perf evsel: Rename perf_evsel__delete() to evsel__delete()Jiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf inject: The tool->read() call may pass a NULL evsel, handle itArnaldo Carvalho de Melo
2019-05-15perf inject: Enable COMPRESSED record decompressionAlexey Budankov
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2018-09-19perf tools: Report itrace options in helpAndi Kleen
2018-09-19perf tools: Remove perf_tool from event_op3Jiri Olsa
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa
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