aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-timechart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-2/+3
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-08-29perf tools: Remove needless libtraceevent include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-29perf timechart: Refactor svg_build_topology_map()Kyle Meyer1-4/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-22/+22
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-02-22perf data: Add global path holderJiri Olsa1-5/+3
2018-12-18perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo1-0/+4
2018-04-26perf thread: Make thread__find_symbol() return the symbol searchedArnaldo Carvalho de Melo1-5/+2
2018-04-26perf thread: Introduce thread__find_symbol()Arnaldo Carvalho de Melo1-2/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-3/+5
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-3/+3
2017-09-18perf tools: Fix leaking rec_argv in error casesMartin Kepplinger1-1/+3
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-1/+0
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-4/+3
2017-03-17perf timechart: Use OPT_PARENT for common optionsArnaldo Carvalho de Melo1-9/+7
2016-08-23perf timechart: Use NSEC_PER_U?SECArnaldo Carvalho de Melo1-6/+7
2016-05-20perf tools: Set buildid dir under symfs when --symfs is providedHe Kuang1-2/+3
2016-03-23perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo1-1/+1
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-05-18perf tools: Elliminate alignment holesArnaldo Carvalho de Melo1-2/+2
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-2/+3
2015-04-02perf timechart: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-03-19perf tools: Add the bash completion for listing subsubcommands of perf timechartYunlong Song1-3/+4
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-1/+1
2014-10-29perf tools: Export usage string and option table of perf recordNamhyung Kim1-3/+4
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-1/+1
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song1-1/+1
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-13perf timechart: Move call to symbol__init() after creating sessionNamhyung Kim1-2/+2
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-1/+1
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-07-10perf timechart: Add more options to IO modeStanislav Fomichev1-2/+73
2014-07-10perf timechart: Conditionally update start_time on forkStanislav Fomichev1-1/+1
2014-07-10perf timechart: Implement IO modeStanislav Fomichev1-18/+602
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim1-1/+1
2014-03-18perf timechart: Fix off-by-one error in 'record' argv handlingRamkumar Ramachandra1-1/+1
2014-01-20perf timechart: Fix wrong SVG heightStanislav Fomichev1-0/+3
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-2/+1
2013-12-17perf timechart: Add --highlight optionStanislav Fomichev1-1/+20
2013-12-16perf timechart: Add support for topologyStanislav Fomichev1-1/+16
2013-12-16perf timechart: Get number of CPUs from perf headerStanislav Fomichev1-6/+26
2013-12-16perf timechart: Print pid along the nameStanislav Fomichev1-0/+1