summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-timechart.c
AgeCommit message (Expand)Author
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-05-28perf timechart: Make large arrays dynamicIan Rogers
2023-04-10perf util: Move input_name to utilIan Rogers
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-10-04perf timechart: Add p_state_end helperShang XiaoJing
2022-10-04perf timechart: Add create_pidcomm helperShang XiaoJing
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove needless libtraceevent include directivesArnaldo Carvalho de Melo
2019-08-29perf timechart: Refactor svg_build_topology_map()Kyle Meyer
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
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