summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kmem.c
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Use evsel__name_is() helperYang Jihong2024-04-031-1/+1
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-4/+10
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-3/+7
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-1/+1
* perf util: Move input_name to utilIan Rogers2023-04-101-1/+1
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-1/+1
* perf map: Rename map_ip() and unmap_ip()Ian Rogers2023-04-061-1/+1
* mm: discard __GFP_ATOMICNeilBrown2023-02-021-1/+0
* perf kmem: Support field "node" in evsel__process_alloc_event() coping with r...Leo Yan2023-01-101-12/+24
* perf kmem: Support legacy tracepointsLeo Yan2023-01-101-3/+26
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-0/+1
* perf tools: Enhance the matching of sub-commands abbreviationsWei Li2022-03-261-1/+1
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-1/+1
* perf tools: Remove repipe argument from perf_session__new()Namhyung Kim2021-08-021-1/+1
* perf evlist: Use the right prefix for 'struct evlist' 'find' methodsArnaldo Carvalho de Melo2020-11-301-5/+2
* perf kmem: Pass additional arguments to 'perf record'Ian Rogers2020-07-101-1/+2
* perf kmem: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo2020-05-051-19/+14
* perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo2020-05-051-15/+15
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo2019-11-121-2/+2
* perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye2019-10-161-0/+1
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-2/+3
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* libtraceevent, perf tools: Changes in tep_print_event_* APIsTzvetomir Stoyanov2019-08-311-1/+2
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-12/+12
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-251-0/+1
* perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov2019-04-011-1/+1
* perf data: Add global path holderJiri Olsa2019-02-221-1/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes2019-01-211-2/+2
* tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag'Tzvetomir Stoyanov (VMware)2018-08-131-1/+1
* tools lib traceevent, perf tools: Rename pevent alloc / free APIsTzvetomir Stoyanov (VMware)2018-08-131-1/+1
* tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)2018-08-131-1/+1
* perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo2018-04-301-3/+3
* mm: remove __GFP_COLDMel Gorman2017-11-151-1/+0
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-1/+1
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-4/+4
* | perf kmem: Perform some cleanup if '--time' is given an invalid valueChristophe JAILLET2017-10-231-1/+2
|/
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+0
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-271-2/+2
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1