aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-timechart.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-02-22perf data: Add global path holderJiri Olsa
2018-12-18perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo
2018-04-26perf thread: Make thread__find_symbol() return the symbol searchedArnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-09-18perf tools: Fix leaking rec_argv in error casesMartin Kepplinger
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-17perf timechart: Use OPT_PARENT for common optionsArnaldo Carvalho de Melo
2016-08-23perf timechart: Use NSEC_PER_U?SECArnaldo Carvalho de Melo
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-04-02perf timechart: Support using -f to override perf.data file ownershipYunlong Song
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf timechartYunlong Song
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2014-10-29perf tools: Export usage string and option table of perf recordNamhyung Kim
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 timechart: Move call to symbol__init() after creating sessionNamhyung Kim
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-07-10perf timechart: Add more options to IO modeStanislav Fomichev
2014-07-10perf timechart: Conditionally update start_time on forkStanislav Fomichev
2014-07-10perf timechart: Implement IO modeStanislav Fomichev
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim
2014-03-18perf timechart: Fix off-by-one error in 'record' argv handlingRamkumar Ramachandra
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