summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-05-21perf session: Fix Intel LBR callstack entries and nr print messageChengdong Li1-5/+21
2022-05-20perf stat: Fix and validate CPU map inputs in synthetic PERF_RECORD_STAT eventsIan Rogers1-3/+14
2022-05-20perf build: Fix check for btf__load_from_kernel_by_id() in libbpfArnaldo Carvalho de Melo1-1/+3
2022-04-28perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim2-6/+0
2022-04-28perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-04-28perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-04-28perf arm-spe: Fix SPE events with phys addressesTimothy Hayes1-1/+2
2022-04-28perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+1
2022-04-28perf intel-pt: Fix timeless decoding with perf.data directoryAdrian Hunter1-1/+1
2022-04-22perf clang: Fix header include for LLVM >= 14Guilherme Amadio1-0/+4
2022-04-14perf bench: Fix numa testcase to check if CPU used to bind task is onlineAthira Rajeev2-0/+52
2022-04-13perf stat: Fix error check return value of hashmap__new(), must use IS_ERR()Lv Ruyi1-1/+2
2022-04-13perf tools: Fix misleading add event PMU debug messageAdrian Hunter1-2/+3
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers1-0/+1
2022-04-09perf session: Remap buf if there is no space for eventDenis Nikitin1-3/+12
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark7-13/+31
2022-04-09perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo1-0/+2
2022-04-09perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo1-2/+4
2022-04-01perf evlist: Directly return instead of using local ret variableHaowen Bai1-2/+1
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers8-19/+23
2022-04-01perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo1-2/+1
2022-03-27Merge tag 'perf-tools-for-v5.18-2022-03-26' of git://git.kernel.org/pub/scm/l...Linus Torvalds57-615/+1789
2022-03-26perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messagesKim Phillips1-0/+25
2022-03-26perf python: Add perf_env stubs that will be needed in evsel__open_strerror()Arnaldo Carvalho de Melo1-1/+12
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-55/+47
2022-03-22perf evsel: Make evsel__env() always return a valid envKim Phillips1-1/+1
2022-03-22perf build-id: Fix spelling mistake "Cant" -> "Can't"Colin Ian King1-1/+1
2022-03-22perf header: Fix spelling mistake "could't" -> "couldn't"Colin Ian King1-1/+1
2022-03-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-31/+51
2022-03-22perf ftrace latency: Add -n/--use-nsec optionNamhyung Kim3-2/+7
2022-03-22perf tools: Fix version kernel tagJohn Garry1-9/+4
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-19/+33
2022-03-18perf evlist: Avoid iteration for empty evlist.Ian Rogers1-11/+17
2022-03-18perf symbols: Fix symbol size calculation conditionMichael Petlan1-1/+1
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2022-03-14Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo3-9/+10
2022-03-12perf parse: Fix event parser error for hybrid systemsZhengjun Xing1-2/+4
2022-03-12perf tools: Set build-id using build-id header on new mmap recordsJames Clark3-3/+19
2022-03-12perf parse-events: Fix NULL check against wrong variableWeiguo Li1-1/+1
2022-03-07perf tools: Use ARRAY_SIZE() instead of ad hoc equivalent, spotted by array_s...Guo Zhengkui1-1/+1
2022-03-07perf session: Print branch stack entry type in --dump-raw-traceJames Clark1-2/+3
2022-03-07perf evsel: Add error message for unsupported branch stack casesJames Clark1-0/+4
2022-03-05perf tools: Remove bpf_map__set_priv()/bpf_map__priv() usageJiri Olsa1-7/+59
2022-03-05perf tools: Remove bpf_program__set_priv/bpf_program__priv usageJiri Olsa1-16/+82
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+5
2022-03-01perf: Add irq and exception return branch typesAnshuman Khandual1-1/+3
2022-02-22perf data: Adding error message if perf_data__create_dir() failsAlexey Bayduraev1-2/+6
2022-02-22perf data: Fix double free in perf_session__delete()Alexey Bayduraev1-4/+3
2022-02-22linkage: remove SYM_FUNC_{START,END}_ALIAS()Mark Rutland1-21/+0