summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/machine.c
Commit message (Expand)AuthorAgeFilesLines
* machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo2022-12-141-0/+40
* perf machine: Remove unused struct process_argsYuan Can2022-10-061-4/+0
* perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter2022-08-101-0/+1
* perf tools: Handle injected guest kernel mmap eventAdrian Hunter2022-07-201-3/+12
* perf machine: Use realloc_array_as_needed() in machine__set_current_tid()Adrian Hunter2022-07-201-19/+7
* perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones2022-07-181-0/+15
* perf tools: Add guest_code supportAdrian Hunter2022-05-231-0/+87
* perf tools: Factor out thread__set_guest_comm()Adrian Hunter2022-05-231-3/+9
* perf tools: Add machine to machines back pointerAdrian Hunter2022-05-231-0/+2
* perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark2022-04-091-1/+1
* perf maps: Use a pointer for kmapsIan Rogers2022-02-141-17/+21
* perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-061-0/+2
* perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
* perf arm64: Inject missing frames when using 'perf record --call-graph=fp'Alexandre Truong2021-12-211-5/+14
* perf machine: Add a mechanism to inject stack framesAlexandre Truong2021-12-211-1/+36
* perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2021-10-201-0/+10
* perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-181-0/+1
* perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini2021-06-191-1/+2
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-4/+4
* perf machine: Assign boolean values to a bool variableJiapeng Chong2021-03-091-2/+2
* perf machine: Factor out machine__idle_thread()Adrian Hunter2021-02-181-0/+18
* perf machine: Factor out machines__find_guest()Adrian Hunter2021-02-181-0/+9
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-01-201-2/+2
|\
| * perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2021-01-151-2/+2
* | perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata eventsJiri Olsa2020-12-281-5/+19
|/
* perf sort: Add sort option for data page sizeKan Liang2020-12-191-2/+5
* perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_eventJiri Olsa2020-11-271-29/+33
* perf tools: Fix crash with non-jited bpf progsTommi Rantala2020-11-031-1/+10
* perf machine: Add machine__for_each_dso() functionJiri Olsa2020-09-171-0/+12
* perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa2020-09-031-6/+0
* perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa2020-08-131-8/+8
* perf script: Show text poke address symbolAdrian Hunter2020-07-101-1/+1
* perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOLAdrian Hunter2020-07-101-0/+6
* perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter2020-07-101-0/+43
* perf tools: Fix is_bpf_image function logicJiri Olsa2020-05-281-2/+2
* perf evsel: Rename perf_evsel__env() to evsel__env()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf evsel: Rename perf_evsel__has*() to evsel__has*()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf callchain: Stitch LBR call stackKan Liang2020-04-181-1/+138
* perf callchain: Save previous cursor nodes for LBR stitching approachKan Liang2020-04-181-4/+72
* perf thread: Save previous sample for LBR stitching approachKan Liang2020-04-181-0/+23
* perf machine: Factor out lbr_callchain_add_lbr_ip()Kan Liang2020-04-181-70/+73
* perf machine: Factor out lbr_callchain_add_kernel_ip()Kan Liang2020-04-181-22/+45
* perf machine: Refine the function for LBR call stack reconstructionKan Liang2020-04-181-35/+76
* perf machine: Remove the indent in resolve_lbr_callchain_sampleKan Liang2020-04-181-60/+63
* perf annotate: Add basic support for bpf_imageJiri Olsa2020-04-161-0/+11
* perf machine: Set ksymbol dso as loaded on arrivalJiri Olsa2020-04-161-0/+1
* perf cgroup: Maintain cgroup hierarchyNamhyung Kim2020-04-031-1/+8
* perf tools: Basic support for CGROUP eventNamhyung Kim2020-04-031-0/+12
* perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-091-17/+18
* perf maps: Move kmap::kmaps setup to maps__insert()Jiri Olsa2020-02-111-12/+1