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