index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
values.c
Age
Commit message (
Expand
)
Author
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-08-28
perf report: Group stat values on global event id
Jiri Olsa
2017-08-28
perf values: Zero value buffers
Jiri Olsa
2017-08-28
perf values: Fix allocation check
Jiri Olsa
2017-08-28
perf values: Fix thread index bug
Jiri Olsa
2017-04-04
perf tools: Don't die on a print function
Arnaldo Carvalho de Melo
2017-04-04
perf tools: Handle allocation failures gracefully
Arnaldo Carvalho de Melo
2016-10-24
perf tools: Use normal error reporting when processing PERF_RECORD_READ events
Arnaldo Carvalho de Melo
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2011-12-20
perf tools: Fix a memory leak on perf_read_values_destroy
Namhyung Kim
2011-01-22
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
2010-01-13
perf: Fix memory leak: counterwidth
Alexander Beregalov
2009-08-16
perf: Enable more compiler warnings
Ingo Molnar
2009-08-10
perf report: Add raw displaying of per-thread counters
Brice Goglin
2009-08-09
perf report: Fix and improve the displaying of per-thread event counters
Brice Goglin