summaryrefslogtreecommitdiff
path: root/tools/perf/util/machine.h
AgeCommit message (Expand)Author
2023-10-25perf threads: Remove unused dead thread listIan Rogers
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo
2022-10-31perf machine: Move machine__resolve() from event.hArnaldo Carvalho de Melo
2022-07-20perf machine: Use realloc_array_as_needed() in machine__set_current_tid()Adrian Hunter
2022-07-20perf tools: Automatically use guest kcore_dir if presentAdrian Hunter
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones
2022-05-23perf tools: Add guest_code supportAdrian Hunter
2022-05-23perf tools: Add machine to machines back pointerAdrian Hunter
2022-05-13perf tools: Remove unused machines__find_host()Adrian Hunter
2022-02-14perf maps: Use a pointer for kmapsIan Rogers
2021-12-21perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong
2021-10-20perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter
2020-09-17perf machine: Add machine__for_each_dso() functionJiri Olsa
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-11-19perf dso: Move dso_id from 'struct map' to 'struct dso'Arnaldo Carvalho de Melo
2019-11-18perf machine: No need to check if kernel module maps pre-existArnaldo Carvalho de Melo
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2019-08-08perf record: Fix module size on s390Thomas Richter
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo
2019-01-25perf machine: Use cached rbtreesDavidlohr Bueso
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter
2018-12-17perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)
2018-05-23perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter
2018-05-22perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter
2018-05-22perf machine: Add nr_cpus_avail()Adrian Hunter
2018-05-19perf machine: Add machine__is() to identify machine archAdrian Hunter
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo
2018-04-26perf machine: Remove needless map_type from machine__load_vmlinux_path()Arnaldo Carvalho de Melo
2018-04-26perf machine: Shorten machine__load_kallsyms() signatureArnaldo Carvalho de Melo
2018-04-26perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo
2018-02-16perf machine: Remove machine__load_kallsyms()Jiri Olsa
2018-02-16perf machine: Don't search for active kernel start in __machine__create_kerne...Jiri Olsa
2018-02-16perf machine: Move kernel mmap name into struct machineJiri Olsa
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang