aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kmem.c
AgeCommit message (Expand)Author
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
2014-04-22perf kmem: Utilize the new generic cpunode_mapDon Zickus
2014-04-16perf kmem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2013-09-24perf kmem: Make it work again on non NUMA machinesJiri Olsa
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter
2013-07-08perf record: Remove -f/--force optionJiri Olsa
2013-01-25perf kmem: Use memdup()Arnaldo Carvalho de Melo
2013-01-24perf kmem: use ARRAY_SIZE instead of reinventing itSasha Levin
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-02perf kmem: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-24perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-09perf kmem: Remove die() callsArnaldo Carvalho de Melo
2012-08-07perf kmem: Use evsel->tp_format and perf_sampleArnaldo Carvalho de Melo
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt
2012-01-08perf kmem: Fix a memory leakNamhyung Kim
2012-01-08perf kmem: Add missing closedir() callsNamhyung Kim
2011-12-23perf report: Accept fifos as input fileRobert Richter
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo