summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2022-06-14perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan
2022-06-14perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing
2022-06-14perf c2c: Use stdio interface if slang is not supportedLeo Yan
2022-06-06perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo
2022-06-06perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo
2022-05-25perf bench numa: Address compiler error on s390Thomas Richter
2022-04-15tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo
2022-03-23perf symbols: Fix symbol size calculation conditionMichael Petlan
2022-02-16perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen
2021-12-14tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers
2021-09-22perf machine: Initialize srcline string member in add_location structMichael Petlan
2021-08-04Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini
2021-07-28perf test bpf: Free obj_bufRiccardo Mancini
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini
2021-07-28perf dso: Fix memory leak in dso__new_map()Riccardo Mancini
2021-07-28perf probe: Fix dso->nsinfo refcountingRiccardo Mancini
2021-07-28perf map: Fix dso->nsinfo refcountingRiccardo Mancini
2021-07-20perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo
2021-06-16perf session: Correct buffer copying when peeking eventsLeo Yan
2021-06-03perf jevents: Fix getting maximum number of fdsFelix Fietkau
2021-06-03perf intel-pt: Fix transaction abort handlingAdrian Hunter
2021-06-03perf intel-pt: Fix sample instruction bytesAdrian Hunter
2021-05-22tweewide: Fix most Shebang linesFinn Behrens
2021-05-22perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo
2021-04-16perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo
2021-03-30perf auxtrace: Fix auxtrace queue conflictAdrian Hunter
2021-03-24tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo
2021-03-24tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo
2021-03-24tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo
2021-03-24perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa
2021-03-17perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers
2021-03-04perf test: Fix unaligned access in sample parsing testNamhyung Kim
2021-03-04perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter
2021-03-04perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker
2020-12-30perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai
2020-12-30perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan
2020-12-30perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu
2020-12-02perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu
2020-12-02perf event: Check ref_reloc_sym before using itIgor Lubashev
2020-11-24perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan
2020-11-22Revert "perf cs-etm: Move definition of 'traceid_list' global variable from h...Salvatore Bonaccorso
2020-11-18perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo
2020-11-18perf tools: Add missing swap for ino_generationJiri Olsa
2020-11-10tools: perf: Fix build error in v4.19.yGuenter Roeck
2020-11-05perf python scripting: Fix printable strings in python3 scriptsJiri Olsa
2020-10-30perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter