summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-mem.c
Commit message (Expand)AuthorAgeFilesLines
* perf data: Add global path holderJiri Olsa2019-02-221-5/+3Star
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf mem: Allow all record/report optionsAndi Kleen2018-04-181-2/+2
* 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-3/+5
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-2/+2
* | perf tools: Fix leaking rec_argv in error casesMartin Kepplinger2017-09-181-0/+1
|/
* perf mem: Support physical addressKan Liang2017-09-011-26/+71
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-3/+3
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-141-0/+1
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-2/+2
* perf mem: Fix --all-user/--all-kernel optionsJiri Olsa2016-12-151-2/+2
* perf tools mem: Fix -t store option for record commandJiri Olsa2016-08-121-0/+3
* perf mem: Add --ldlat optionJiri Olsa2016-06-151-0/+1
* perf mem: Add -U/-K (--all-user/--all-kernel) optionsJiri Olsa2016-03-301-1/+10
* perf machine: Rename perf_event__preprocess_sample to machine__resolveArnaldo Carvalho de Melo2016-03-231-1/+1
* perf mem: Introduce perf_mem_events__name functionJiri Olsa2016-02-241-3/+3
* perf mem record: Check for memory events supportJiri Olsa2016-02-241-4/+16
* perf mem: Add -e record optionJiri Olsa2016-02-231-4/+59
* perf tools: Add monitored events arrayJiri Olsa2016-02-231-8/+9
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf mem: Fill in the missing session freeing after an error occursTaeung Song2015-07-011-10/+6Star
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-2/+3
* perf mem: Support using -f to override perf.data file ownershipYunlong Song2015-04-021-0/+3
* perf tools: Don't allow empty argument for field-separatorWang Nan2015-03-201-1/+1
* perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo2015-03-111-1/+1
* perf mem: Move the mem_operations global to struct perf_memArnaldo Carvalho de Melo2015-01-211-13/+13
* perf mem: Enable sampling loads and stores simultaneouslyStephane Eranian2015-01-211-23/+100
* 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-1/+1
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-121-1/+1
* perf mem: Introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-04-161-7/+8
* perf mem: Remove unused parameter from dump_raw_samples()Arnaldo Carvalho de Melo2013-12-191-3/+2Star
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-2/+7
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-0/+1
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-1/+1
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-2/+1Star
* perf mem: Remove unused symbol filter memberAdrian Hunter2013-08-121-2/+1Star
* perf tools: Add new mem command for memory access profilingStephane Eranian2013-04-011-0/+242