summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kmem.c
Commit message (Expand)AuthorAgeFilesLines
* perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo2018-04-301-3/+3
* mm: remove __GFP_COLDMel Gorman2017-11-151-1/+0
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-1/+1
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-4/+4
* | perf kmem: Perform some cleanup if '--time' is given an invalid valueChristophe JAILLET2017-10-231-1/+2
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+0
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-271-2/+2
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-2/+2
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-141-0/+1
* perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-131-2/+2
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-2/+6
* mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-101-1/+0
* perf kmem: Add option to specify time window of interestDavid Ahern2016-12-011-0/+24
* perf kmem stat: Track memory freedDavid Ahern2016-11-291-1/+11
* perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-051-6/+4
* mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka2016-07-281-0/+1
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-1/+1
* perf config: Move config declarations from util/cache.h to util/config.hTaeung Song2016-06-231-1/+1
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-141-1/+1
* mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-151-1/+1
* tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-151-19/+28
* perf config: Bring perf_default_config to the very beginning at main()Wang Nan2016-02-261-2/+2
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo2015-09-301-1/+1
* perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo2015-09-301-1/+1
* perf kmem: Fill in the missing session freeing after an error occursTaeung Song2015-07-011-2/+2
* perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo2015-05-291-1/+1
* perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo2015-05-121-1/+1
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-111-2/+2
|\
| * perf kmem: Fix compiles on RHEL6/OL6David Ahern2015-04-241-27/+27
| * perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon2015-04-231-2/+2
* | perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-2/+5
* | perf kmem: Show warning when trying to run stat without recordNamhyung Kim2015-05-051-3/+14
* | perf kmem: Add kmem.default config optionNamhyung Kim2015-05-041-3/+29
* | perf kmem: Print gfp flags in human readable stringNamhyung Kim2015-05-041-13/+209
* | perf kmem: Add --live option for current allocation statNamhyung Kim2015-05-041-42/+68
* | perf kmem: Support sort keys on page analysisNamhyung Kim2015-05-041-85/+308
* | perf kmem: Implement stat --page --callerNamhyung Kim2015-05-041-21/+306
* | perf kmem: Fix compiles on RHEL6/OL6David Ahern2015-04-291-27/+27
|/
* perf kmem: Analyze page allocator events alsoNamhyung Kim2015-04-131-16/+484
* perf kmem: Respect -i optionJiri Olsa2015-04-081-1/+2
* perf kmem: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-4/+5
OpenPOWER on IntegriCloud