Age | Commit message (Expand) | Author | Files | Lines |
2023-04-11 | perf util: Move input_name to util | Ian Rogers | 16 | -14/+16 |
2023-04-11 | perf version: Use regular verbose flag | Ian Rogers | 3 | -5/+3 |
2023-04-11 | perf header: Move perf_version_string declaration | Ian Rogers | 3 | -2/+3 |
2023-04-11 | perf usage: Move usage strings | Ian Rogers | 5 | -9/+10 |
2023-04-11 | perf ui: Move window resize signal functions | Ian Rogers | 5 | -21/+22 |
2023-04-11 | perf test stat+json_output: Write JSON output to a file | Ian Rogers | 2 | -13/+38 |
2023-04-11 | perf stat: Don't write invalid "started on" comment for JSON output | Ian Rogers | 1 | -2/+4 |
2023-04-11 | perf test stat+csv_output: Write CSV output to a file | Ian Rogers | 1 | -16/+42 |
2023-04-11 | perf bpf filter: Support pre-5.16 kernels where 'mem_hops' isn't in 'union pe... | Ian Rogers | 1 | -2/+26 |
2023-04-11 | perf lock contention: Support pre-5.14 kernels | Ian Rogers | 1 | -1/+14 |
2023-04-07 | perf map: Changes to reference counting | Ian Rogers | 11 | -44/+112 |
2023-04-07 | perf maps: Modify maps_by_name to hold a reference to a map | Ian Rogers | 2 | -18/+33 |
2023-04-07 | perf test: Add extra diagnostics to maps test | Ian Rogers | 1 | -15/+36 |
2023-04-07 | perf map: Add accessors for ->pgoff and ->reloc | Ian Rogers | 9 | -23/+33 |
2023-04-07 | perf map: Add accessors for ->prot, ->priv and ->flags | Ian Rogers | 6 | -12/+28 |
2023-04-07 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 26 | -69/+81 |
2023-04-07 | perf map: Rename map_ip() and unmap_ip() | Ian Rogers | 6 | -13/+13 |
2023-04-07 | perf vendor events intel: Update free running tigerlake events | Ian Rogers | 2 | -36/+50 |
2023-04-07 | perf vendor events intel: Update free running snowridgex events | Ian Rogers | 2 | -66/+30 |
2023-04-07 | perf vendor events intel: Correct knightslanding memory topic | Ian Rogers | 2 | -36/+38 |
2023-04-07 | perf vendor events intel: Update free running icelakex events | Ian Rogers | 2 | -58/+30 |
2023-04-07 | perf vendor events intel: Update free running alderlake events | Ian Rogers | 2 | -8/+24 |
2023-04-07 | perf pmu: Sort and remove duplicates using JSON PMU name | Ian Rogers | 1 | -16/+31 |
2023-04-07 | perf pmu: Improve name/comments, avoid a memory allocation | Ian Rogers | 2 | -10/+25 |
2023-04-07 | perf pmu: Fewer const casts | Ian Rogers | 1 | -6/+6 |
2023-04-07 | perf lock contention: Do not try to update if hash map is full | Namhyung Kim | 1 | -3/+19 |
2023-04-07 | perf lock contention: Revise needs_callstack() condition | Namhyung Kim | 2 | -2/+2 |
2023-04-07 | perf lock contention: Update total/bad stats for hidden entries | Namhyung Kim | 3 | -1/+15 |
2023-04-07 | perf lock contention: Add data failure stat | Namhyung Kim | 4 | -2/+8 |
2023-04-07 | perf lock contention: Update default map size to 16384 | Namhyung Kim | 4 | -6/+7 |
2023-04-07 | perf lock contention: Use -M for --map-nr-entries | Namhyung Kim | 2 | -1/+2 |
2023-04-07 | perf lock contention: Simplify parse_lock_type() | Namhyung Kim | 1 | -35/+8 |
2023-04-07 | tools: Rename __fallthrough to fallthrough | Liam Howlett | 15 | -23/+21 |
2023-04-07 | perf pmu: Fix a few potential fd leaks | Ian Rogers | 1 | -2/+10 |
2023-04-07 | perf pmu: Make parser reentrant | Ian Rogers | 4 | -13/+37 |
2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 29 | -114/+125 |
2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 54 | -319/+447 |
2023-04-04 | perf maps: Add functions to access maps | Ian Rogers | 20 | -111/+175 |
2023-04-04 | perf maps: Remove rb_node from struct map | Ian Rogers | 17 | -186/+295 |
2023-04-04 | perf map: Move map list node into symbol | Ian Rogers | 2 | -24/+54 |
2023-04-04 | perf jit: Fix a few memory leaks | Ian Rogers | 2 | -18/+34 |
2023-04-04 | perf build: Allow C++ demangle without libelf | Ian Rogers | 1 | -1/+0 |
2023-04-04 | perf srcline: Avoid addr2line SIGPIPEs | Ian Rogers | 1 | -0/+2 |
2023-04-04 | perf srcline: Support for llvm-addr2line | Ian Rogers | 1 | -7/+67 |
2023-04-04 | perf srcline: Simplify addr2line subprocess | Ian Rogers | 1 | -65/+38 |
2023-04-04 | tools api: Add io__getline | Ian Rogers | 2 | -0/+81 |
2023-04-04 | perf intel-pt: Use perf_pmu__scan_file_at() if possible | Namhyung Kim | 1 | -20/+32 |
2023-04-04 | perf pmu: Add perf_pmu__{open,scan}_file_at() | Namhyung Kim | 2 | -13/+50 |
2023-04-04 | perf pmu: Use relative path in setup_pmu_alias_list() | Namhyung Kim | 1 | -6/+7 |
2023-04-04 | perf pmu: Use relative path in perf_pmu__caps_parse() | Namhyung Kim | 1 | -4/+6 |