summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c
Commit message (Expand)AuthorAgeFilesLines
* perf inject: Fill in the missing session freeing after an error occursTaeung Song2015-07-011-3/+4
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-0/+1
* perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter2015-05-051-0/+1
* perf tools: Add support for PERF_RECORD_AUXAdrian Hunter2015-05-051-0/+1
* perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter2015-05-051-19/+34
* perf tools: Hit all build ids when AUX area tracingAdrian Hunter2015-05-041-1/+7
* perf tools: Add AUX area tracing indexAdrian Hunter2015-05-041-0/+15
* perf inject: Add Instruction Tracing supportAdrian Hunter2015-04-291-2/+69
* perf inject: Re-pipe AUX area tracing eventsAdrian Hunter2015-04-291-5/+58
* perf inject: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+1
* perf tools: tool->finished_round() doesn't need perf_sessionArnaldo Carvalho de Melo2015-03-121-1/+8
* perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo2015-03-111-3/+3
* perf tools: Use perf_data_file__fd() consistentlyNamhyung Kim2015-01-291-2/+3
* perf tools: Add id indexAdrian Hunter2014-10-291-0/+1
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-2/+1
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-261-1/+1
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-1/+1
* perf inject: Move session handling out of __cmd_inject()Namhyung Kim2014-08-131-12/+17
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-121-1/+1
* perf inject: Add --kallsyms parameterAdrian Hunter2014-07-251-0/+2
* perf inject: Fix build id injectionAdrian Hunter2014-07-161-0/+3
* perf tools: Fix pipe check regression in attr event callbackJiri Olsa2014-06-091-1/+1
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-1/+1
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-181-1/+0
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-1/+1
* perf inject: Handle output file via perf_data_file objectJiri Olsa2013-12-191-38/+27
* perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo2013-11-071-5/+5
* perf inject: Do not repipe attributes to a perf.data fileAdrian Hunter2013-10-231-0/+5
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-231-11/+11
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-1/+6
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-1/+1
* perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-191-2/+0
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-0/+15
* perf tools: Expand perf_event__synthesize_sample()Adrian Hunter2013-08-291-1/+3
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-2/+2
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-1/+1
* perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter2013-08-121-1/+1
* perf symbols: Load kernel maps before usingAdrian Hunter2013-08-071-1/+1
* perf tools: Remove event types framework completelyJiri Olsa2013-07-151-7/+0
* perf inject: Add missing 'finished_round'Adrian Hunter2013-07-121-0/+1
* perf tools: Fix missing tool parameterAdrian Hunter2013-07-121-15/+11
* perf inject: Remove unused parameterAdrian Hunter2013-07-121-10/+9
* perf inject: Mark a dso if it's usedAndrew Vagin2012-10-261-3/+8
* perf inject: Merge sched_stat_* and sched_switch eventsAndrew Vagin2012-10-261-3/+139
* perf inject: Work with filesAndrew Vagin2012-10-261-3/+35
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-061-3/+3
* perf inject: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-7/+6
* perf inject: Remove static variablesArnaldo Carvalho de Melo2012-10-021-34/+38
* perf inject: Remove unused 'input_name' static varArnaldo Carvalho de Melo2012-10-021-2/+1
* perf tools: Convert to LIBELF_SUPPORTNamhyung Kim2012-09-281-1/+1
OpenPOWER on IntegriCloud