aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo1-6/+4
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsVlastimil Babka1-0/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-1/+1
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-1/+1
2016-03-15mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka1-1/+1
2016-03-15tools, perf: make gfp_compact_table up to dateVlastimil Babka1-19/+28
2016-02-26perf config: Bring perf_default_config to the very beginning at main()Wang Nan1-2/+2
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo1-1/+1
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo1-1/+1
2015-07-01perf kmem: Fill in the missing session freeing after an error occursTaeung Song1-2/+2
2015-05-29perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo1-1/+1
2015-05-12perf kmem: Fix compiler warning about may be accessing uninitialized variableArnaldo Carvalho de Melo1-1/+1
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar1-2/+2
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-2/+5
2015-05-05perf kmem: Show warning when trying to run stat without recordNamhyung Kim1-3/+14
2015-05-04perf kmem: Add kmem.default config optionNamhyung Kim1-3/+29
2015-05-04perf kmem: Print gfp flags in human readable stringNamhyung Kim1-13/+209
2015-05-04perf kmem: Add --live option for current allocation statNamhyung Kim1-42/+68
2015-05-04perf kmem: Support sort keys on page analysisNamhyung Kim1-85/+308
2015-05-04perf kmem: Implement stat --page --callerNamhyung Kim1-21/+306
2015-04-29perf kmem: Fix compiles on RHEL6/OL6David Ahern1-27/+27
2015-04-24perf kmem: Fix compiles on RHEL6/OL6David Ahern1-27/+27
2015-04-23perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon1-2/+2
2015-04-13perf kmem: Analyze page allocator events alsoNamhyung Kim1-16/+484
2015-04-08perf kmem: Respect -i optionJiri Olsa1-1/+2
2015-04-02perf kmem: Support using -f to override perf.data file ownershipYunlong Song1-4/+5
2015-03-24perf kmem: Print big numbers using thousands' groupNamhyung Kim1-4/+7
2015-03-13perf kmem: Fix alignment of slab result tableNamhyung Kim1-5/+5
2015-03-13perf kmem: Allow -v optionNamhyung Kim1-0/+2
2015-03-13perf kmem: Fix segfault when invalid sort key is givenNamhyung Kim1-1/+2
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-1/+1
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song1-1/+1
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-2/+2
2014-08-13perf kmem: Move session handling out of __cmd_kmem()Namhyung Kim1-21/+28
2014-08-12perf kmem: Do not ignore mmap eventsNamhyung Kim1-3/+2
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-1/+1
2014-05-12perf tools: Use tid for finding threadNamhyung Kim1-1/+1
2014-04-22perf kmem: Utilize the new generic cpunode_mapDon Zickus1-75/+3
2014-04-16perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra1-3/+5
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo1-2/+2
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker1-1/+1
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-1/+6
2013-09-24perf kmem: Make it work again on non NUMA machinesJiri Olsa1-1/+1
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter1-2/+2
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-1/+2
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter1-1/+1
2013-07-08perf record: Remove -f/--force optionJiri Olsa1-1/+1
2013-01-25perf kmem: Use memdup()Arnaldo Carvalho de Melo1-3/+3