summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-141-2/+2
* perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing2022-06-141-1/+1
* perf c2c: Use stdio interface if slang is not supportedLeo Yan2022-06-141-2/+4
* perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo2022-06-061-1/+1
* perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo2022-06-063-12/+15
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-251-1/+1
* tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-151-0/+3
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-231-1/+1
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-02-161-0/+3
* tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-141-2/+0
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-082-15/+14
* perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-221-0/+1
* Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-08-041-2/+0
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-281-2/+2
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-281-0/+2
* perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-281-3/+5
* perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-281-1/+3
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-0/+2
* perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-201-0/+2
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-161-0/+1
* perf jevents: Fix getting maximum number of fdsFelix Fietkau2021-06-031-1/+1
* perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-06-031-1/+5
* perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-06-031-1/+4
* tweewide: Fix most Shebang linesFinn Behrens2021-05-221-1/+1
* perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo2021-05-221-1/+1
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-04-161-4/+3
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-301-4/+0
* tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo2021-03-242-0/+6
* tools build feature: Check if eventfd() is availableArnaldo Carvalho de Melo2021-03-241-1/+4
* tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo2021-03-244-0/+28
* perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2021-03-242-2/+3
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-171-0/+1
* perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-03-041-1/+1
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-041-0/+3
* perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo2021-03-041-0/+2
* tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker2021-01-301-4/+0
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-301-1/+1
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-12-302-3/+3
* perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan2020-12-303-12/+31
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-111-0/+15
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf event: Check ref_reloc_sym before using itIgor Lubashev2020-12-021-3/+4
* perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-241-1/+1
* Revert "perf cs-etm: Move definition of 'traceid_list' global variable from h...Salvatore Bonaccorso2020-11-222-3/+3
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-181-5/+2
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* tools: perf: Fix build error in v4.19.yGuenter Roeck2020-11-101-1/+1
* perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-11-051-1/+1
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-301-4/+4