summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kmem.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* perf kmem: Print big numbers using thousands' groupNamhyung Kim2015-03-241-4/+7
* perf kmem: Fix alignment of slab result tableNamhyung Kim2015-03-131-5/+5
* perf kmem: Allow -v optionNamhyung Kim2015-03-131-0/+2
* perf kmem: Fix segfault when invalid sort key is givenNamhyung Kim2015-03-131-1/+2
* perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo2015-03-111-1/+1
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-261-1/+1
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-2/+2
* perf kmem: Move session handling out of __cmd_kmem()Namhyung Kim2014-08-131-21/+28
* perf kmem: Do not ignore mmap eventsNamhyung Kim2014-08-121-3/+2Star
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-121-1/+1
* perf tools: Use tid for finding threadNamhyung Kim2014-05-121-1/+1
* perf kmem: Utilize the new generic cpunode_mapDon Zickus2014-04-221-75/+3Star
* perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-04-161-3/+5
* perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo2013-11-071-2/+2
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-041-1/+1
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-1/+6
* perf kmem: Make it work again on non NUMA machinesJiri Olsa2013-09-241-1/+1
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-2/+2
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-1/+2
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-121-1/+1
* perf record: Remove -f/--force optionJiri Olsa2013-07-081-1/+1
* perf kmem: Use memdup()Arnaldo Carvalho de Melo2013-01-251-3/+3
* perf kmem: use ARRAY_SIZE instead of reinventing itSasha Levin2013-01-241-2/+1Star
* perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo2013-01-241-6/+1Star
* perf tools: Add a global variable "const char *input_name"Feng Tang2012-10-291-3/+2Star
* perf kmem: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-40/+26Star
* perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo2012-09-241-45/+45
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-10/+12
* perf kmem: Remove die() callsArnaldo Carvalho de Melo2012-09-091-41/+67
* perf kmem: Use evsel->tp_format and perf_sampleArnaldo Carvalho de Melo2012-08-081-24/+17Star
* perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2012-08-081-27/+12Star
* perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-271-12/+25
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-251-3/+3
* perf kmem: Fix a memory leakNamhyung Kim2012-01-081-0/+1
* perf kmem: Add missing closedir() callsNamhyung Kim2012-01-081-0/+2
* perf report: Accept fifos as input fileRobert Richter2011-12-231-1/+1
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-281-4/+5
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-281-2/+2
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-281-1/+2
* perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo2011-03-231-0/+1