- 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 5 months ago
- b02736f perf evlist: Use the right prefix for 'struct evlist' 'find' methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- be8299e perf kmem: Pass additional arguments to 'perf record' by Ian Rogers · 4 years, 6 months ago
- 8cf5d0e perf kmem: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- efc0cdc perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
- 5f0fef8 perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' by Arnaldo Carvalho de Melo · 5 years ago
- 1abecfc perf kmem: Fix memory leak in compact_gfp_flags() by Yunfeng Ye · 5 years ago
- 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
- 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
- 38847db libtraceevent, perf tools: Changes in tep_print_event_* APIs by Tzvetomir Stoyanov · 5 years ago
- 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
- 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 5 years ago
- 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
- 6a9fa4e perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h by Arnaldo Carvalho de Melo · 6 years ago
- 69769ce perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep" by Tzvetomir Stoyanov · 6 years ago
- 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
- 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
- 49b8e2b perf tools: Replace automatic const char[] variables by statics by Rasmus Villemoes · 6 years ago
- 6fed932 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' by Tzvetomir Stoyanov (VMware) · 6 years ago
- 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 6 years ago
- cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 6 years ago
- 107cad9 perf machine: Ditch find_kernel_function variants by Arnaldo Carvalho de Melo · 7 years ago
- 453f85d mm: remove __GFP_COLD by Mel Gorman · 7 years ago
- d8be756 kmemcheck: remove whats left of NOTRACK flags by Levin, Alexander (Sasha Levin) · 7 years ago
- 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
- 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
- 79f56eb perf kmem: Perform some cleanup if '--time' is given an invalid value by Christophe JAILLET · 7 years ago
- 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
- dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
- 62d94b0 perf tools: Replace error() with pr_err() by Arnaldo Carvalho de Melo · 8 years ago
- a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
- fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
- 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
- b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
- f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
- a7c3899 perf symbols: No need to check if sym->name is NULL by Arnaldo Carvalho de Melo · 8 years ago
- ecc4c56 perf tools: Propagate perf_config() errors by Arnaldo Carvalho de Melo · 8 years ago
- 41b6167 mm: get rid of __GFP_OTHER_NODE by Michal Hocko · 8 years ago
- 2a865bd perf kmem: Add option to specify time window of interest by David Ahern · 8 years ago
- aa58e9a perf kmem stat: Track memory freed by David Ahern · 8 years ago
- be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
- 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
- e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
- 41840d2 perf config: Move config declarations from util/cache.h to util/config.h by Taeung Song · 9 years ago
- 91d7b2d perf callchain: Start moving away from global per thread cursors by Arnaldo Carvalho de Melo · 9 years ago
- 420adbe9 mm, tracing: unify mm flags handling in tracepoints and printk by Vlastimil Babka · 9 years ago
- 14e0a21 tools, perf: make gfp_compact_table up to date by Vlastimil Babka · 9 years ago
- b8cbb34 perf config: Bring perf_default_config to the very beginning at main() by Wang Nan · 9 years ago
- 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
- a5e813c perf machine: Add method for common kernel_map(FUNCTION) operation by Arnaldo Carvalho de Melo · 9 years ago
- 77e6597 perf machine: Use machine__kernel_map() thoroughly by Arnaldo Carvalho de Melo · 9 years ago
- 249ca1a perf kmem: Fill in the missing session freeing after an error occurs by Taeung Song · 10 years ago
- b236512 perf kmem: Fix compiler warning about may be accessing uninitialized variable by Arnaldo Carvalho de Melo · 10 years ago
- 08a9b98 perf kmem: Fix compiler warning about may be accessing uninitialized variable by Arnaldo Carvalho de Melo · 10 years ago
- f7dc7fd Merge branch 'perf/urgent' into perf/core, to resolve conflicts by Ingo Molnar · 10 years ago
- b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
- a923e2c perf kmem: Show warning when trying to run stat without record by Namhyung Kim · 10 years ago
- 0c160d4 perf kmem: Add kmem.default config option by Namhyung Kim · 10 years ago
- 0e11115 perf kmem: Print gfp flags in human readable string by Namhyung Kim · 10 years ago
- 2a7ef02 perf kmem: Add --live option for current allocation stat by Namhyung Kim · 10 years ago
- fb4f313 perf kmem: Support sort keys on page analysis by Namhyung Kim · 10 years ago
- c9758cc perf kmem: Implement stat --page --caller by Namhyung Kim · 10 years ago
- 6b1a275 perf kmem: Fix compiles on RHEL6/OL6 by David Ahern · 10 years ago
- 4ad1f43 perf kmem: Fix compiles on RHEL6/OL6 by David Ahern · 10 years ago
- 6145c25 perf kmem: Consistently use PRIu64 for printing u64 values by Will Deacon · 10 years ago
- 0d68bc9 perf kmem: Analyze page allocator events also by Namhyung Kim · 10 years ago
- 28939e1 perf kmem: Respect -i option by Jiri Olsa · 10 years ago
- d1eeb77 perf kmem: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
- 77cfe38 perf kmem: Print big numbers using thousands' group by Namhyung Kim · 10 years ago
- 65f46e0 perf kmem: Fix alignment of slab result table by Namhyung Kim · 10 years ago
- bd72a33 perf kmem: Allow -v option by Namhyung Kim · 10 years ago
- 405f875 perf kmem: Fix segfault when invalid sort key is given by Namhyung Kim · 10 years ago
- b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
- 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
- 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
- 2b2b2c6 perf kmem: Move session handling out of __cmd_kmem() by Namhyung Kim · 10 years ago
- 64c4090 perf kmem: Do not ignore mmap events by Namhyung Kim · 10 years ago
- 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
- 13ce34d perf tools: Use tid for finding thread by Namhyung Kim · 11 years ago
- 4b62795 perf kmem: Utilize the new generic cpunode_map by Don Zickus · 11 years ago
- 3bca235 perf kmem: Introduce --list-cmds for use by scripts by Ramkumar Ramachandra · 11 years ago
- 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
- b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
- f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
- 4921e32 perf kmem: Make it work again on non NUMA machines by Jiri Olsa · 11 years ago
- ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
- 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
- 3805123 perf tools: struct thread has a tid not a pid by Adrian Hunter · 11 years ago
- 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 12 years ago
- 8d9233f perf kmem: Use memdup() by Arnaldo Carvalho de Melo · 12 years ago
- 49e4ba5 perf kmem: use ARRAY_SIZE instead of reinventing it by Sasha Levin · 12 years ago
- 34ba512 perf machine: Simplify accessing the host machine by Arnaldo Carvalho de Melo · 12 years ago
- 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
- 0433ffb perf kmem: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
- 0f7d2f1 perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlers by Arnaldo Carvalho de Melo · 12 years ago