summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-timechart.c
AgeCommit message (Expand)Author
2014-01-20perf timechart: Fix wrong SVG heightStanislav Fomichev
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo
2013-12-17perf timechart: Add --highlight optionStanislav Fomichev
2013-12-16perf timechart: Add support for topologyStanislav Fomichev
2013-12-16perf timechart: Get number of CPUs from perf headerStanislav Fomichev
2013-12-16perf timechart: Print pid along the nameStanislav Fomichev
2013-12-16perf timechart: Add backtrace support to CPU infoStanislav Fomichev
2013-12-02perf timechart: Move wake_events list to 'struct timechart'Arnaldo Carvalho de Melo
2013-12-02perf timechart: Move power_events list to 'struct timechart'Arnaldo Carvalho de Melo
2013-12-02perf timechart: Move all_data per_pid list to 'struct timechart'Arnaldo Carvalho de Melo
2013-12-02perf timechart: Introduce tool structArnaldo Carvalho de Melo
2013-11-27perf timechart: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2013-11-27perf timechart: Remove some needless struct forward declarationsArnaldo Carvalho de Melo
2013-11-27perf timechart: dynamically determine event fields offsetStanislav Fomichev
2013-11-27perf timechart: Add backtrace supportStanislav Fomichev
2013-11-27perf timechart: Add support for -P and -T in timechart recordingStanislav Fomichev
2013-11-27perf timechart: Group figures and add title with detailsStanislav Fomichev
2013-11-27perf timechart: Add support for displaying only tasks related dataStanislav Fomichev
2013-11-27perf timechart: Use proc_num to implement --power-onlyStanislav Fomichev
2013-11-27perf timechart: Add option to limit number of tasksStanislav Fomichev
2013-11-27perf timechart: Always try to print at least 15 tasksStanislav Fomichev
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2013-07-15perf timechart: Remove event types framework only userJiri Olsa
2013-07-15perf timechart: Use traceevent lib event-parse.h includeJiri Olsa
2013-07-08perf record: Remove -f/--force optionJiri Olsa
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-02perf timechart: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-24perf timechart: Use zalloc and fix a couple leaksArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2011-12-23perf report: Accept fifos as input fileRobert Richter
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo
2011-11-28perf tools: Use evsel->attr.sample_type instead of session->sample_typeArnaldo Carvalho de Melo
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-02-28perf timechart: Fix max number of cpusThomas Renninger
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo
2011-01-04perf timechart: Adjust perf timechart to the new power eventsThomas Renninger
2010-12-21perf symbols: Add symfs option for off-box analysis using specified treeDavid Ahern
2010-12-21perf session: Fallback to unordered processing if no sample_id_allIan Munsie
2010-12-06perf tools: Catch a few uncheck calloc/malloc'sChris Samuel
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo
2010-08-05perf timechart: Adjust confusing if indentationJulia Lawall
2010-07-22x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independentThomas Renninger
2010-05-02perf: add perf-inject builtinTom Zanussi
2010-04-24perf: Use generic sample reordering in perf timechartFrederic Weisbecker
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie