summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-kmem.c
Commit message (Expand)AuthorAge
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-19
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-19
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-19
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-19
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-27
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-14
* perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-13
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-27
* mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-10
* perf kmem: Add option to specify time window of interestDavid Ahern2016-12-01
* perf kmem stat: Track memory freedDavid Ahern2016-11-29
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-05
* mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2016-07-28
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-23
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-23
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-14
* mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-15
* tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-15
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-26
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-17
* perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo2015-09-30
* perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo2015-09-30
* perf kmem: Fill in the missing session freeing after an error occursTaeung Song2015-07-01
* perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo2015-05-29
* perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo2015-05-12
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-11
|\
| * perf kmem: Fix compiles on RHEL6/OL6David Ahern2015-04-24
| * perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon2015-04-23
* | perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-08
* | perf kmem: Show warning when trying to run stat without recordNamhyung Kim2015-05-05
* | perf kmem: Add kmem.default config optionNamhyung Kim2015-05-04
* | perf kmem: Print gfp flags in human readable stringNamhyung Kim2015-05-04
* | perf kmem: Add --live option for current allocation statNamhyung Kim2015-05-04
* | perf kmem: Support sort keys on page analysisNamhyung Kim2015-05-04
* | perf kmem: Implement stat --page --callerNamhyung Kim2015-05-04
* | perf kmem: Fix compiles on RHEL6/OL6David Ahern2015-04-29
|/
* perf kmem: Analyze page allocator events alsoNamhyung Kim2015-04-13
* perf kmem: Respect -i optionJiri Olsa2015-04-08
* perf kmem: Support using -f to override perf.data file ownershipYunlong Song2015-04-02
* perf kmem: Print big numbers using thousands' groupNamhyung Kim2015-03-24
* perf kmem: Fix alignment of slab result tableNamhyung Kim2015-03-13
* perf kmem: Allow -v optionNamhyung Kim2015-03-13
* perf kmem: Fix segfault when invalid sort key is givenNamhyung Kim2015-03-13
* perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo2015-03-11
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-26
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-13
* perf kmem: Move session handling out of __cmd_kmem()Namhyung Kim2014-08-13
* perf kmem: Do not ignore mmap eventsNamhyung Kim2014-08-12
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-12
* perf tools: Use tid for finding threadNamhyung Kim2014-05-12