summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/values.c
Commit message (Expand)AuthorAgeFilesLines
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf report: Group stat values on global event idJiri Olsa2017-08-281-1/+1
* perf values: Zero value buffersJiri Olsa2017-08-281-2/+7
* perf values: Fix allocation checkJiri Olsa2017-08-281-1/+1
* perf values: Fix thread index bugJiri Olsa2017-08-281-2/+2
* perf tools: Don't die on a print functionArnaldo Carvalho de Melo2017-04-041-2/+7
* perf tools: Handle allocation failures gracefullyArnaldo Carvalho de Melo2017-04-041-15/+39
* perf tools: Use normal error reporting when processing PERF_RECORD_READ eventsArnaldo Carvalho de Melo2016-10-241-22/+59
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-7/+7
* perf tools: Fix a memory leak on perf_read_values_destroyNamhyung Kim2011-12-201-0/+1
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-221-5/+5
* perf: Fix memory leak: counterwidthAlexander Beregalov2010-01-131-0/+1
* perf: Enable more compiler warningsIngo Molnar2009-08-161-4/+3
* perf report: Add raw displaying of per-thread countersBrice Goglin2009-08-101-1/+61
* perf report: Fix and improve the displaying of per-thread event countersBrice Goglin2009-08-091-0/+171