aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-inject.c
Commit message (Expand)AuthorAge
* perf tools: Use perf_data_file__fd() consistentlyNamhyung Kim2015-01-29
* perf tools: Add id indexAdrian Hunter2014-10-29
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-29
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-26
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-13
* perf inject: Move session handling out of __cmd_inject()Namhyung Kim2014-08-13
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-12
* perf inject: Add --kallsyms parameterAdrian Hunter2014-07-25
* perf inject: Fix build id injectionAdrian Hunter2014-07-16
* perf tools: Fix pipe check regression in attr event callbackJiri Olsa2014-06-09
* perf tools: Use tid for finding threadNamhyung Kim2014-05-12
* perf callchain: Add mask into struct regs_dumpJiri Olsa2014-02-18
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-13
* perf inject: Handle output file via perf_data_file objectJiri Olsa2013-12-19
* perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo2013-11-07
* perf inject: Do not repipe attributes to a perf.data fileAdrian Hunter2013-10-23
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-23
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-21
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-09
* perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-19
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-11
* perf tools: Expand perf_event__synthesize_sample()Adrian Hunter2013-08-29
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-29
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-29
* perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter2013-08-12
* perf symbols: Load kernel maps before usingAdrian Hunter2013-08-07
* perf tools: Remove event types framework completelyJiri Olsa2013-07-15
* perf inject: Add missing 'finished_round'Adrian Hunter2013-07-12
* perf tools: Fix missing tool parameterAdrian Hunter2013-07-12
* perf inject: Remove unused parameterAdrian Hunter2013-07-12
* perf inject: Mark a dso if it's usedAndrew Vagin2012-10-26
* perf inject: Merge sched_stat_* and sched_switch eventsAndrew Vagin2012-10-26
* perf inject: Work with filesAndrew Vagin2012-10-26
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-06
* perf inject: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-02
* perf inject: Remove static variablesArnaldo Carvalho de Melo2012-10-02
* perf inject: Remove unused 'input_name' static varArnaldo Carvalho de Melo2012-10-02
* perf tools: Convert to LIBELF_SUPPORTNamhyung Kim2012-09-28
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf symbols: Support minimal build without libelfNamhyung Kim2012-08-09
* perf inject: Fix broken perf inject -bStephane Eranian2012-05-22
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-28
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-28
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-28
* perf event: perf_event_ops->attr() manipulates only an evlistArnaldo Carvalho de Melo2011-11-28
* perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-23
* perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo2011-01-29
* perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo2011-01-29
* perf session: Fallback to unordered processing if no sample_id_allIan Munsie2010-12-21
* perf session: Parse sample earlierArnaldo Carvalho de Melo2010-12-04